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

Unified Diff: test/run.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/refactor_test.dart ('k') | test/utils_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/run.dart
diff --git a/test/run.dart b/test/run.dart
index ec3c3ab7fb0529870b078936eed82813ace4e19c..b37fdcd6f6e22b45616cac4698231b02db4f18b8 100755
--- a/test/run.dart
+++ b/test/run.dart
@@ -5,8 +5,8 @@
library test.run;
-import 'package:unittest/compact_vm_config.dart';
-import 'package:unittest/unittest.dart';
+import 'package:test/compact_vm_config.dart';
+import 'package:test/test.dart';
import 'dart:io' show Options;
import 'builder_test.dart' as builder_test;
« no previous file with comments | « test/refactor_test.dart ('k') | test/utils_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698