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

Unified Diff: pkg/front_end/testcases/rasta/switch_execution_case_t02.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_execution_case_t02.dart.direct.expect
diff --git a/pkg/front_end/testcases/rasta/switch_execution_case_t02.dart.direct.expect b/pkg/front_end/testcases/rasta/switch_execution_case_t02.dart.direct.expect
index 8dc5d5aad5e6a0f4f17b7b2a7375ee76beaf17c3..4bb55eec5d2633c7a1b463d1cf5c694d105c916a 100644
--- a/pkg/front_end/testcases/rasta/switch_execution_case_t02.dart.direct.expect
+++ b/pkg/front_end/testcases/rasta/switch_execution_case_t02.dart.direct.expect
@@ -16,13 +16,13 @@ static method test(dynamic value) → dynamic {
case 2:
{
result = 2;
- throw core::_fallThroughError();
+ throw new core::FallThroughError::•();
}
#L4:
case 3:
{
result = 3;
- throw core::_fallThroughError();
+ throw new core::FallThroughError::•();
}
#L5:
default:
@@ -41,7 +41,7 @@ static method testEmptyCases(dynamic value) → dynamic {
case 2:
{
result = 1;
- throw core::_fallThroughError();
+ throw new core::FallThroughError::•();
}
#L8:
case 3:

Powered by Google App Engine
This is Rietveld 408576698