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