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

Unified Diff: tests/isolate/spawn_uri_nested_child2_vm_isolate.dart

Issue 36933002: All isolate tests running on vm (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Addressed review comments. Created 7 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/spawn_uri_nested_child1_vm_isolate.dart ('k') | tests/isolate/spawn_uri_nested_vm_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/isolate/spawn_uri_nested_child2_vm_isolate.dart
diff --git a/tests/isolate/spawn_uri_nested_child2_vm_isolate.dart b/tests/isolate/spawn_uri_nested_child2_vm_isolate.dart
index 87efa5bad7eecf3c9eea7ba28cde20481a822dc2..f42aa14491a5cafe10e7220ddcd97fddf53f0383 100644
--- a/tests/isolate/spawn_uri_nested_child2_vm_isolate.dart
+++ b/tests/isolate/spawn_uri_nested_child2_vm_isolate.dart
@@ -7,5 +7,5 @@ library NestedSpawnUriChild2Library;
import 'dart:isolate';
void main() {
- port.receive((msg, reply) => reply.send('re: $msg'));
+ port.receive((msg) => msg[1].send('re: ${msg[0]}'));
}
« no previous file with comments | « tests/isolate/spawn_uri_nested_child1_vm_isolate.dart ('k') | tests/isolate/spawn_uri_nested_vm_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698