Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(277)

Unified Diff: pkg/unittest/test/mock_test.dart

Issue 10897016: Testrunner for 3rd parties. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 8 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 {
}

Powered by Google App Engine
This is Rietveld 408576698