Chromium Code Reviews| 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 e2387e136915b90531af790825c928bcf70e11e9..490c283b487db373e4a9d908f5af297145bb9b82 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 |
| @@ -13,6 +13,7 @@ static method main() → dynamic { |
| break #L1; |
| ; |
| } |
| + throw new core::FallThroughError::•(); |
|
ahe
2017/06/11 20:46:31
Actually required by specification. Same for the a
|
| } |
| #L3: |
| case 2: |
| @@ -34,6 +35,7 @@ static method main() → dynamic { |
| finally { |
| break #L1; |
| } |
| + throw new core::FallThroughError::•(); |
| } |
| #L5: |
| case 4: |
| @@ -44,6 +46,7 @@ static method main() → dynamic { |
| } |
| finally { |
| } |
| + throw new core::FallThroughError::•(); |
| } |
| #L6: |
| case 5: |