Index: pkg/front_end/test/fasta/rasta/bad_continue.dart |
diff --git a/pkg/front_end/test/fasta/rasta/bad_continue.dart b/pkg/front_end/test/fasta/rasta/bad_continue.dart |
deleted file mode 100644 |
index 5399f78955b7e1c99e437c8b2311660c1ef52efe..0000000000000000000000000000000000000000 |
--- a/pkg/front_end/test/fasta/rasta/bad_continue.dart |
+++ /dev/null |
@@ -1,8 +0,0 @@ |
-// Copyright (c) 2016, the Dart project authors. Please see the AUTHORS file |
-// for details. All rights reserved. Use of this source code is governed by a |
-// BSD-style license that can be found in the LICENSE.md file. |
- |
-main() { |
- continue here; |
- label: continue label; |
-} |