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

Unified Diff: pkg/front_end/testcases/fallthrough.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/fallthrough.dart.direct.expect
diff --git a/pkg/front_end/testcases/fallthrough.dart.direct.expect b/pkg/front_end/testcases/fallthrough.dart.direct.expect
index d14510fa36d510db962b5c553371988d89f88c04..e4d5493134f4fcaa66d380689045318d06eaa648 100644
--- a/pkg/front_end/testcases/fallthrough.dart.direct.expect
+++ b/pkg/front_end/testcases/fallthrough.dart.direct.expect
@@ -10,7 +10,7 @@ static method main(core::List<core::String> args) → void {
case 3:
{
x = 4;
- throw new core::FallThroughError::•();
+ throw new core::FallThroughError::_create("pkg/front_end/testcases/fallthrough.dart", 4);
}
#L3:
case 5:
@@ -27,7 +27,7 @@ static method main(core::List<core::String> args) → void {
else {
return;
}
- throw new core::FallThroughError::•();
+ throw new core::FallThroughError::_create("pkg/front_end/testcases/fallthrough.dart", 8);
}
#L5:
case 4:

Powered by Google App Engine
This is Rietveld 408576698