Index: pkg/unittest/test/mock_test.dart |
=================================================================== |
--- pkg/unittest/test/mock_test.dart (revision 11393) |
+++ pkg/unittest/test/mock_test.dart (working copy) |
@@ -3,7 +3,7 @@ |
// BSD-style license that can be found in the LICENSE file. |
#library('unittestTest'); |
-#import('../../../pkg/unittest/unittest.dart'); |
+#import('../unittest.dart'); |
class MockList extends Mock implements List { |
} |