| Index: tests/dartino_tests/file_with_compile_time_error.dart
|
| diff --git a/tests/fletch_tests/file_with_compile_time_error.dart b/tests/dartino_tests/file_with_compile_time_error.dart
|
| similarity index 92%
|
| rename from tests/fletch_tests/file_with_compile_time_error.dart
|
| rename to tests/dartino_tests/file_with_compile_time_error.dart
|
| index e7b390c9f3625c45d6763829f00bfc77308e3e2b..3df7e3e9c3fe90ba6b767a13243a4c616c773756 100644
|
| --- a/tests/fletch_tests/file_with_compile_time_error.dart
|
| +++ b/tests/dartino_tests/file_with_compile_time_error.dart
|
| @@ -4,7 +4,7 @@
|
|
|
| /// This file contains a compile-time error and wouldn't be able to analyze
|
| /// without error. So it is put into a separate file that dart2js doesn't see.
|
| -library fletch_tests.file_with_compile_time_error;
|
| +library dartino_tests.file_with_compile_time_error;
|
|
|
| import 'dart:isolate' show
|
| SendPort;
|
|
|