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

Unified Diff: pkg/front_end/testcases/rasta/issue_000042.dart.direct.expect

Issue 2976283002: Update expectations. (Closed)
Patch Set: Update compile.status. Created 3 years, 5 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
Index: pkg/front_end/testcases/rasta/issue_000042.dart.direct.expect
diff --git a/pkg/front_end/testcases/rasta/issue_000042.dart.direct.expect b/pkg/front_end/testcases/rasta/issue_000042.dart.direct.expect
index 60fee3b0011aa425e3d2ea2d6893c78efee66a0f..d807232cdc0a84ec2313b0759f97e8cbba1ac7cb 100644
--- a/pkg/front_end/testcases/rasta/issue_000042.dart.direct.expect
+++ b/pkg/front_end/testcases/rasta/issue_000042.dart.direct.expect
@@ -3,21 +3,26 @@ import self as self;
import "dart:core" as core;
static method main() → dynamic {
- invalid-statement;
+ for (final dynamic #t1 = const core::_ConstantExpressionError::•()._throw(new core::_CompileTimeError::•("pkg/front_end/testcases/rasta/issue_000042.dart:6:8: Error: Expected lvalue, but got [x, y]\n for (var x, y in []) {}\n ^")) in <dynamic>[]) {
+ }
+ #L1:
{
invalid-statement;
}
+ #L2:
if(true) {
invalid-statement;
}
- #L1:
+ #L3:
switch(1) {
- #L2:
+ #L4:
case 1:
invalid-statement;
#L3:
case 2:
- break #L1;
+ {
+ break #L3;
+ }
}
try {
}

Powered by Google App Engine
This is Rietveld 408576698