Index: tests/isolate/nested_spawn_test.dart |
diff --git a/tests/isolate/nested_spawn_test.dart b/tests/isolate/nested_spawn_test.dart |
index 083a94a9aa454343a9a4167c619725d7a30ef247..f72493b2ffd9bbafe9ff1434d75e7af45eee7fa2 100644 |
--- a/tests/isolate/nested_spawn_test.dart |
+++ b/tests/isolate/nested_spawn_test.dart |
@@ -5,6 +5,7 @@ |
// Dart test program for testing that isolates can spawn other isolates. |
library NestedSpawnTest; |
+ |
import 'dart:isolate'; |
import 'package:unittest/unittest.dart'; |
import "remote_unittest_helper.dart"; |