| Index: tests/isolate/spawn_test.dart
|
| diff --git a/tests/isolate/src/SpawnTest.dart b/tests/isolate/spawn_test.dart
|
| similarity index 94%
|
| rename from tests/isolate/src/SpawnTest.dart
|
| rename to tests/isolate/spawn_test.dart
|
| index 43c3953ee01535aa4984a06ee5b97021b1f4f3ec..d5a98bf38639e120775619be32de686c5ac52f5f 100644
|
| --- a/tests/isolate/src/SpawnTest.dart
|
| +++ b/tests/isolate/spawn_test.dart
|
| @@ -4,7 +4,7 @@
|
|
|
| #library("SpawnTest");
|
| #import("dart:isolate");
|
| -#import('../../../lib/unittest/unittest.dart');
|
| +#import('../../lib/unittest/unittest.dart');
|
|
|
| main() {
|
| test("spawn a new isolate", () {
|
|
|