| Index: tests/isolate/isolate_create_error_helper_syntax_error.dart
|
| diff --git a/tests/isolate/isolate_create_error_helper_syntax_error.dart b/tests/isolate/isolate_create_error_helper_syntax_error.dart
|
| deleted file mode 100644
|
| index bcd886e9fcd623be07abe757fbc0722e58ded47b..0000000000000000000000000000000000000000
|
| --- a/tests/isolate/isolate_create_error_helper_syntax_error.dart
|
| +++ /dev/null
|
| @@ -1,12 +0,0 @@
|
| -// Copyright (c) 2014, 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 file.
|
| -
|
| -library isolate.create.error_helper_syntax_error;
|
| -
|
| -// This library has a syntax error, and fails to load.
|
| -
|
| -public static void main() {
|
| - print("MUST NOT BE PRINTED");
|
| -};
|
| -
|
|
|