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

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

Issue 2921623002: Update expectations files. (Closed)
Patch Set: Update expectations files. Created 3 years, 7 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 f83ad0a34f135ad66eebb84ebe05e93bd9806c91..e2387e136915b90531af790825c928bcf70e11e9 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
@@ -23,7 +23,7 @@ static method main() → dynamic {
break #L1;
}
}
- throw core::_fallThroughError();
+ throw new core::FallThroughError::•();
}
#L4:
case 3:
@@ -53,7 +53,7 @@ static method main() → dynamic {
}
finally {
}
- throw core::_fallThroughError();
+ throw new core::FallThroughError::•();
}
#L7:
case 10000:

Powered by Google App Engine
This is Rietveld 408576698