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'); |
Siggi Cherem (dart-lang)
2012/08/29 01:05:54
I rather have you keep it like you had it, so that
gram
2012/08/29 20:12:26
Done.
|
class MockList extends Mock implements List { |
} |