| Index: tests/isolate/src/APIv2_spawnStandaloneNegativeTest.dart
|
| diff --git a/tests/isolate/src/APIv2_spawnStandaloneNegativeTest.dart b/tests/isolate/src/APIv2_spawnStandaloneNegativeTest.dart
|
| index 3339c83745462a4aedf4a05420e76b9e35a96a72..a04f476bcb4f95de2dd0b033cd14e5e657000585 100644
|
| --- a/tests/isolate/src/APIv2_spawnStandaloneNegativeTest.dart
|
| +++ b/tests/isolate/src/APIv2_spawnStandaloneNegativeTest.dart
|
| @@ -4,6 +4,7 @@
|
|
|
| // Negative test to make sure that we are reaching all assertions.
|
| #library('spawn_tests');
|
| +#import('dart:isolate');
|
|
|
| child(ReceivePort port) {
|
| port.receive((msg, reply) => reply.send("re: $msg"));
|
|
|