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

Unified Diff: tests/isolate/package_map_test.dart

Issue 1388413006: - Adjust test to renamed optional parameter. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Undo remove of "dart:io" import. Created 5 years, 2 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/isolate/isolate.status ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/isolate/package_map_test.dart
diff --git a/tests/isolate/package_map_test.dart b/tests/isolate/package_map_test.dart
index 2f0f3e0edd7aa269b5d113430808efd8ef2e7e1a..3e34dc0011f96491032d55e758d895542e75cfdd 100644
--- a/tests/isolate/package_map_test.dart
+++ b/tests/isolate/package_map_test.dart
@@ -36,7 +36,7 @@ void main([args, port]) {
Isolate.spawnUri(Platform.script,
[],
p.sendPort,
- packages: {
+ packageMap: {
NOT_HERE: Uri.parse(NOT_HERE_URI)
});
}
« no previous file with comments | « tests/isolate/isolate.status ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698