Index: tests/isolate/spawn_function_custom_class_test.dart |
diff --git a/tests/isolate/spawn_function_custom_class_test.dart b/tests/isolate/spawn_function_custom_class_test.dart |
index 75c992df187aa36284db8fdffed1dc5e3ef6a287..515c9739bb4d38e8ecd64e5fd37b0f89ae3525a1 100644 |
--- a/tests/isolate/spawn_function_custom_class_test.dart |
+++ b/tests/isolate/spawn_function_custom_class_test.dart |
@@ -8,6 +8,7 @@ |
// classes in new isolates started using the v2 api. |
library spawn_tests; |
+ |
import 'dart:isolate'; |
import 'package:unittest/unittest.dart'; |
import "remote_unittest_helper.dart"; |