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

Unified Diff: test/version_range_test.dart

Issue 1121233007: Use the new test runner. (Closed) Base URL: git@github.com:dart-lang/pub_semver@master
Patch Set: Created 5 years, 8 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/version_constraint_test.dart ('k') | test/version_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/version_range_test.dart
diff --git a/test/version_range_test.dart b/test/version_range_test.dart
index 388917ff52354a45eee0904bf2547bda62f5afdc..e15539bec27e1d623b96ef6fc32e9bac72e8580f 100644
--- a/test/version_range_test.dart
+++ b/test/version_range_test.dart
@@ -4,7 +4,7 @@
library pub_semver.test.version_range_test;
-import 'package:unittest/unittest.dart';
+import 'package:test/test.dart';
import 'package:pub_semver/pub_semver.dart';
« no previous file with comments | « test/version_constraint_test.dart ('k') | test/version_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698