| Index: tests/isolate/v2_spawn_uri_vm_negative_test.dart
|
| ===================================================================
|
| --- tests/isolate/v2_spawn_uri_vm_negative_test.dart (revision 8732)
|
| +++ tests/isolate/v2_spawn_uri_vm_negative_test.dart (working copy)
|
| @@ -14,8 +14,8 @@
|
| test('isolate fromUri - negative test', () {
|
| ReceivePort port = new ReceivePort();
|
| port.receive(expectAsync2((msg, _) {
|
| + port.close();
|
| expect(msg, equals('re: hello')); // should be hi, not hello
|
| - port.close();
|
| }));
|
|
|
| SendPort s = spawnUri('v2_spawn_uri_child_isolate.dart');
|
|
|