Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(5)

Unified Diff: test/kernel/regression/unresolved_for_in.dart.txt

Issue 2080783002: Reduce usage of buildUnsupported. (Closed) Base URL: git@github.com:dart-lang/rasta.git@status
Patch Set: Remove normally. Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « test/kernel/regression/issue_000031.dart.txt ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/kernel/regression/unresolved_for_in.dart.txt
diff --git a/test/kernel/regression/unresolved_for_in.dart.txt b/test/kernel/regression/unresolved_for_in.dart.txt
index 86d3c3224873c2879071020dfd11f192bfcc037d..e620c0d8cc26ab1776a88b69ed9f72a16022a786 100644
--- a/test/kernel/regression/unresolved_for_in.dart.txt
+++ b/test/kernel/regression/unresolved_for_in.dart.txt
@@ -16,7 +16,7 @@ class Fisk extends core::Object {
}
for(final #t4 in x) {
let final #t5 = #t4 in invalid-expression;
- core::print(throw "Kernel IR not yet implemented for 'handleError'.");
+ core::print(invalid-expression);
}
for(final #t6 in x) {
let final #t7 = #t6 in invalid-expression;
@@ -40,7 +40,7 @@ static method main(dynamic arguments) → dynamic {
}
for(final #t14 in arguments) {
let final #t15 = #t14 in invalid-expression;
- core::print(throw "Kernel IR not yet implemented for 'handleError'.");
+ core::print(invalid-expression);
}
for(final #t16 in arguments) {
let final #t17 = #t16 in invalid-expression;
« no previous file with comments | « test/kernel/regression/issue_000031.dart.txt ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698