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

Unified Diff: tests/compiler/dart2js/missing_file_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
Index: tests/compiler/dart2js/missing_file_test.dart
diff --git a/tests/compiler/dart2js/missing_file_test.dart b/tests/compiler/dart2js/missing_file_test.dart
index a2b98b270d4a88580ddc4f5c23c93f86a44c32e8..e34315c340007473523b94f938af7b2d8b68c314 100644
--- a/tests/compiler/dart2js/missing_file_test.dart
+++ b/tests/compiler/dart2js/missing_file_test.dart
@@ -54,7 +54,7 @@ Future runTest(Uri main, {MessageKind error, MessageKind info}) async {
void main() {
asyncTest(() async {
await runTest(Uri.parse('memory:main.dart'),
- error: MessageKind.READ_SCRIPT_ERROR);
+ error: MessageKind.READ_URI_ERROR);
await runTest(Uri.parse('memory:foo.dart'),
error: MessageKind.READ_SELF_ERROR);
« no previous file with comments | « tests/compiler/dart2js/memory_source_file_helper.dart ('k') | tests/compiler/dart2js/package_root_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698