| Index: tests/compiler/dart2js/import_test.dart
|
| diff --git a/tests/compiler/dart2js/import_test.dart b/tests/compiler/dart2js/import_test.dart
|
| index dccafe78bf585097f26bbb4b14c3b5ce04c4712f..c7b8f265f893e6207131946a131d055c84bb72fc 100644
|
| --- a/tests/compiler/dart2js/import_test.dart
|
| +++ b/tests/compiler/dart2js/import_test.dart
|
| @@ -71,10 +71,10 @@ testMissingImports() async {
|
| memorySourceFiles: MEMORY_SOURCE_FILES, diagnosticHandler: collector);
|
|
|
| collector.checkMessages([
|
| - const Expected.error(MessageKind.READ_SCRIPT_ERROR),
|
| + const Expected.error(MessageKind.READ_URI_ERROR),
|
| const Expected.error(MessageKind.LIBRARY_NOT_FOUND),
|
| const Expected.error(MessageKind.LIBRARY_NOT_FOUND),
|
| - const Expected.error(MessageKind.READ_SCRIPT_ERROR),
|
| + const Expected.error(MessageKind.READ_URI_ERROR),
|
| const Expected.warning(MessageKind.NOT_ASSIGNABLE)
|
| ]);
|
| }
|
|
|