Index: tests/isolate/nested_spawn_test.dart |
diff --git a/tests/isolate/src/NestedSpawnTest.dart b/tests/isolate/nested_spawn_test.dart |
similarity index 96% |
rename from tests/isolate/src/NestedSpawnTest.dart |
rename to tests/isolate/nested_spawn_test.dart |
index 421198bca7c9e71f00236288859d9f2e0a37602e..dc67d1b4eab3be27f95201f1fda4efd21f9f964a 100644 |
--- a/tests/isolate/src/NestedSpawnTest.dart |
+++ b/tests/isolate/nested_spawn_test.dart |
@@ -6,7 +6,7 @@ |
#library('NestedSpawnTest'); |
#import("dart:isolate"); |
-#import('../../../lib/unittest/unittest.dart'); |
+#import('../../lib/unittest/unittest.dart'); |
class IsolateA extends Isolate { |
IsolateA() : super.heavy(); |