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

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

Issue 11638049: Convert unittest to use "package:" imports. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years 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
« no previous file with comments | « pkg/unittest/test/instance_test.dart ('k') | pkg/unittest/test/mock_regexp_negative_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/unittest/test/matchers_test.dart
diff --git a/pkg/unittest/test/matchers_test.dart b/pkg/unittest/test/matchers_test.dart
index 81be8fbf22f91350c223cf5ec16e8f13c6278cba..d1d998a7f53078bdeb6fd4fe567f5743dc99da40 100644
--- a/pkg/unittest/test/matchers_test.dart
+++ b/pkg/unittest/test/matchers_test.dart
@@ -3,7 +3,7 @@
// BSD-style license that can be found in the LICENSE file.
library unittestTests;
-import '../../../pkg/unittest/lib/unittest.dart';
+import 'package:unittest/unittest.dart';
part 'test_utils.dart';
doesNotThrow() {}
« no previous file with comments | « pkg/unittest/test/instance_test.dart ('k') | pkg/unittest/test/mock_regexp_negative_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698