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

Unified Diff: test/kernel/regression/issue_000031.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/deferred_load.dart.txt ('k') | test/kernel/regression/unresolved_for_in.dart.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/kernel/regression/issue_000031.dart.txt
diff --git a/test/kernel/regression/issue_000031.dart.txt b/test/kernel/regression/issue_000031.dart.txt
index cac5859d322cdc385c993298997e38d859304fc8..bc0afd369d5257a12fa75d88e6edccf54efde991 100644
--- a/test/kernel/regression/issue_000031.dart.txt
+++ b/test/kernel/regression/issue_000031.dart.txt
@@ -2,5 +2,5 @@ library;
import self as self;
static method main() → dynamic {
- let final #t1 = throw "Kernel IR not yet implemented for 'handleError'." in let final #t2 = #t1.toString() in #t1;
+ let final #t1 = invalid-expression in let final #t2 = #t1.toString() in #t1;
}
« no previous file with comments | « test/kernel/regression/deferred_load.dart.txt ('k') | test/kernel/regression/unresolved_for_in.dart.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698