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

Unified Diff: tests/isolate/spawn_uri_multi_test.dart

Issue 24730002: Automatically append ".js" on spawnUri if we are running in JavaScript. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Fix typo. Created 7 years, 3 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') | tests/isolate/spawn_uri_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/isolate/spawn_uri_multi_test.dart
diff --git a/tests/isolate/spawn_uri_multi_test.dart b/tests/isolate/spawn_uri_multi_test.dart
index 61d9a084d9469e79b38ab7622ebafae67c3dcaad..fc95962dc1246604293ce685cf1ddeb0bcc961e3 100644
--- a/tests/isolate/spawn_uri_multi_test.dart
+++ b/tests/isolate/spawn_uri_multi_test.dart
@@ -25,8 +25,7 @@ main() {
port.close();
}));
- // TODO(eub): make this work for non-JS targets.
- SendPort s = spawnUri('spawn_uri_child_isolate.js');
+ SendPort s = spawnUri('spawn_uri_child_isolate.dart');
s.send('hi', port.toSendPort());
});
}
« no previous file with comments | « tests/isolate/isolate.status ('k') | tests/isolate/spawn_uri_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698