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

Unified Diff: test/operator_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/numeric_matchers_test.dart ('k') | test/pretty_print_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/operator_matchers_test.dart
diff --git a/test/operator_matchers_test.dart b/test/operator_matchers_test.dart
index 7cf0d59126f2f1b241ce3815a76344678c207073..003eb34f43e307f8524e9aa7c174721d10f65e7a 100644
--- a/test/operator_matchers_test.dart
+++ b/test/operator_matchers_test.dart
@@ -5,7 +5,7 @@
library matcher.operator_matchers_test;
import 'package:matcher/matcher.dart';
-import 'package:unittest/unittest.dart'
+import 'package:test/test.dart'
show test, group, expect, throwsArgumentError;
import 'test_utils.dart';
« no previous file with comments | « test/numeric_matchers_test.dart ('k') | test/pretty_print_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698