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

Unified Diff: pkg/matcher/test/test_common.dart

Issue 208823005: pkg/matcher (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: nit Created 6 years, 9 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
« no previous file with comments | « pkg/matcher/test/pretty_print_unminified_test.dart ('k') | pkg/matcher/test/test_utils.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/matcher/test/test_common.dart
diff --git a/pkg/unittest/test/test_common.dart b/pkg/matcher/test/test_common.dart
similarity index 96%
copy from pkg/unittest/test/test_common.dart
copy to pkg/matcher/test/test_common.dart
index da9e9e509814becf92b814129c218004ab887685..291033c2a6cf5b8d5ae4679db0e58b8305f08127 100644
--- a/pkg/unittest/test/test_common.dart
+++ b/pkg/matcher/test/test_common.dart
@@ -6,7 +6,7 @@ library test_common;
import 'dart:collection';
-import 'package:unittest/unittest.dart';
+import 'package:matcher/matcher.dart';
class Widget {
int price;
« no previous file with comments | « pkg/matcher/test/pretty_print_unminified_test.dart ('k') | pkg/matcher/test/test_utils.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698