Index: tests/isolate/spawn_uri_nested_child1_vm_isolate.dart |
diff --git a/tests/isolate/spawn_uri_nested_child1_vm_isolate.dart b/tests/isolate/spawn_uri_nested_child1_vm_isolate.dart |
index cc638780f2365de782f19e9edcee607ff44f2aea..867cae311b2228f5d071ba5d1dba22eecf1bfdf1 100644 |
--- a/tests/isolate/spawn_uri_nested_child1_vm_isolate.dart |
+++ b/tests/isolate/spawn_uri_nested_child1_vm_isolate.dart |
@@ -11,6 +11,7 @@ import 'dart:isolate'; |
main(List<String> args, message) { |
ReceivePort port2 = new ReceivePort(); |
port2.listen((msg) { |
+ if (msg != "re: hi") throw "Bad response: $msg"; |
port2.close(); |
}); |