Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(237)

Unified Diff: tests/compiler/dart2js/import_test.dart

Issue 2897903003: Support loading binary data in dart2js (Closed)
Patch Set: Updated cf. comments Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « tests/compiler/dart2js/dill_loader_test.dart ('k') | tests/compiler/dart2js/library_env_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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)
]);
}
« no previous file with comments | « tests/compiler/dart2js/dill_loader_test.dart ('k') | tests/compiler/dart2js/library_env_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698