Chromium Code Reviews| Index: pkg/front_end/test/fasta/rasta/try_label.dart.outline.expect |
| diff --git a/pkg/front_end/test/fasta/rasta/try_label.dart.outline.expect b/pkg/front_end/test/fasta/rasta/try_label.dart.outline.expect |
| index d6d4ae7f23d01bfbca793066af416c7dd219cf0c..6a28c0dd5404a9ac6633a2c09b263973b2b2bf1d 100644 |
| --- a/pkg/front_end/test/fasta/rasta/try_label.dart.outline.expect |
| +++ b/pkg/front_end/test/fasta/rasta/try_label.dart.outline.expect |
| @@ -1,12 +1,5 @@ |
| library; |
| import self as self; |
| -static method main() → dynamic { |
| - #L1: |
| - try { |
| - break #L1; |
| - } |
| - finally { |
| - invalid-statement; |
| - } |
| -} |
| +static method main() → dynamic |
| + ; |