Chromium Code Reviews| Index: tests/isolate/isolate3_negative_test.dart |
| =================================================================== |
| --- tests/isolate/isolate3_negative_test.dart (revision 10655) |
| +++ tests/isolate/isolate3_negative_test.dart (working copy) |
| @@ -7,7 +7,7 @@ |
| #library('Isolate3NegativeTest'); |
| #import('dart:isolate'); |
| -#import('../../lib/unittest/unittest.dart'); |
| +#import('../../pkg/unittest/unittest.dart'); |
| class TestClass { |
| TestClass.named(num this.fld1) : fld2=fld1 { |