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

Unified Diff: tests/compiler/dart2js/package_root_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/package_root_test.dart
diff --git a/tests/compiler/dart2js/package_root_test.dart b/tests/compiler/dart2js/package_root_test.dart
index 20428ddeffd10ced0d85e2b33a6237cb4406ba07..d9b36ad9558e14d1d191f31d6099868d71e872aa 100644
--- a/tests/compiler/dart2js/package_root_test.dart
+++ b/tests/compiler/dart2js/package_root_test.dart
@@ -58,7 +58,7 @@ void main() {
return new Future.value(Packages.noPackages);
};
- await runTest(Uri.parse('memory:main.dart'), MessageKind.READ_SCRIPT_ERROR,
+ await runTest(Uri.parse('memory:main.dart'), MessageKind.READ_URI_ERROR,
packageRoot: packageRoot);
await runTest(Uri.parse('memory:main.dart'), MessageKind.LIBRARY_NOT_FOUND,
packageConfig: PACKAGE_CONFIG_URI);
« no previous file with comments | « tests/compiler/dart2js/missing_file_test.dart ('k') | tests/compiler/dart2js/serialization/equivalence_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698