| 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:
|
|
|