| Index: tests/isolate/constructor_test.dart
 | 
| diff --git a/tests/isolate/src/ConstructorTest.dart b/tests/isolate/constructor_test.dart
 | 
| similarity index 94%
 | 
| rename from tests/isolate/src/ConstructorTest.dart
 | 
| rename to tests/isolate/constructor_test.dart
 | 
| index 7e0323890dad27c0d96fa4d799b3d68c6dcbe8fe..519a51712a2cebe80d66e6a5bc138e014a8c6318 100644
 | 
| --- a/tests/isolate/src/ConstructorTest.dart
 | 
| +++ b/tests/isolate/constructor_test.dart
 | 
| @@ -4,7 +4,7 @@
 | 
|  
 | 
|  #library("ConstructorTest");
 | 
|  #import("dart:isolate");
 | 
| -#import('../../../lib/unittest/unittest.dart');
 | 
| +#import('../../lib/unittest/unittest.dart');
 | 
|  
 | 
|  class ConstructorTest extends Isolate {
 | 
|    final int field;
 | 
| 
 |