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; |