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

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

Issue 2933763002: Update golden files. (Closed)
Patch Set: Add bug number for native_is_illegal. Created 3 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
Index: pkg/front_end/testcases/rasta/switch_fall_through.dart.direct.expect
diff --git a/pkg/front_end/testcases/rasta/switch_fall_through.dart.direct.expect b/pkg/front_end/testcases/rasta/switch_fall_through.dart.direct.expect
index e2387e136915b90531af790825c928bcf70e11e9..490c283b487db373e4a9d908f5af297145bb9b82 100644
--- a/pkg/front_end/testcases/rasta/switch_fall_through.dart.direct.expect
+++ b/pkg/front_end/testcases/rasta/switch_fall_through.dart.direct.expect
@@ -13,6 +13,7 @@ static method main() → dynamic {
break #L1;
;
}
+ throw new core::FallThroughError::•();
}
#L3:
case 2:
@@ -34,6 +35,7 @@ static method main() → dynamic {
finally {
break #L1;
}
+ throw new core::FallThroughError::•();
}
#L5:
case 4:
@@ -44,6 +46,7 @@ static method main() → dynamic {
}
finally {
}
+ throw new core::FallThroughError::•();
}
#L6:
case 5:

Powered by Google App Engine
This is Rietveld 408576698