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

Unified Diff: test/utils_test.dart

Issue 1240863004: Upgrade to the new test runner. (Closed) Base URL: git@github.com:dart-lang/source_maps@master
Patch Set: Created 5 years, 5 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/run.dart ('k') | test/vlq_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/utils_test.dart
diff --git a/test/utils_test.dart b/test/utils_test.dart
index 79a7de76903826410c1167d14f1733e3b742e38b..cbbb40ab3b00b77ace9dde5e900176ee4696b463 100644
--- a/test/utils_test.dart
+++ b/test/utils_test.dart
@@ -5,7 +5,7 @@
/// Tests for the binary search utility algorithm.
library test.utils_test;
-import 'package:unittest/unittest.dart';
+import 'package:test/test.dart';
import 'package:source_maps/src/utils.dart';
main() {
« no previous file with comments | « test/run.dart ('k') | test/vlq_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698