Index: tests/isolate/nested_spawn2_test.dart |
diff --git a/tests/isolate/src/NestedSpawn2Test.dart b/tests/isolate/nested_spawn2_test.dart |
similarity index 98% |
rename from tests/isolate/src/NestedSpawn2Test.dart |
rename to tests/isolate/nested_spawn2_test.dart |
index 9b1ae10308dfb367e0614057caa8bd45809db02e..8340ae5ef9f5e6691ec679d17f7407b3e212ee88 100644 |
--- a/tests/isolate/src/NestedSpawn2Test.dart |
+++ b/tests/isolate/nested_spawn2_test.dart |
@@ -8,7 +8,7 @@ |
#library('NestedSpawn2Test'); |
#import("dart:isolate"); |
-#import('../../../lib/unittest/unittest.dart'); |
+#import('../../lib/unittest/unittest.dart'); |
class IsolateA extends Isolate { |
IsolateA() : super.heavy(); |