| Index: tests/isolate/count_test.dart
|
| diff --git a/tests/isolate/src/CountTest.dart b/tests/isolate/count_test.dart
|
| similarity index 96%
|
| rename from tests/isolate/src/CountTest.dart
|
| rename to tests/isolate/count_test.dart
|
| index 85c2955cd8d579b60d0be571f4f4ac3dc595a641..d4fe5ff176bfc2765a9aaecc03756e7fe220eaec 100644
|
| --- a/tests/isolate/src/CountTest.dart
|
| +++ b/tests/isolate/count_test.dart
|
| @@ -4,7 +4,7 @@
|
|
|
| #library("CountTest");
|
| #import('dart:isolate');
|
| -#import('../../../lib/unittest/unittest.dart');
|
| +#import('../../lib/unittest/unittest.dart');
|
|
|
| class TestIsolate extends Isolate {
|
|
|
|
|