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

Unified Diff: test/numeric_matchers_test.dart

Issue 1151853004: pkg/matcher: upgrate tests to test (Closed) Base URL: https://github.com/dart-lang/matcher.git@master
Patch Set: Created 5 years, 7 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 | « test/mirror_matchers_test.dart ('k') | test/operator_matchers_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/numeric_matchers_test.dart
diff --git a/test/numeric_matchers_test.dart b/test/numeric_matchers_test.dart
index af0f63482c8b1c44296045b71c3df064c08ad624..d62bad6f1e5a3566847143091c611d61df16a08d 100644
--- a/test/numeric_matchers_test.dart
+++ b/test/numeric_matchers_test.dart
@@ -5,7 +5,7 @@
library matcher.numeric_matchers_test;
import 'package:matcher/matcher.dart';
-import 'package:unittest/unittest.dart' show test, group;
+import 'package:test/test.dart' show test, group;
import 'test_utils.dart';
« no previous file with comments | « test/mirror_matchers_test.dart ('k') | test/operator_matchers_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698