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

Unified Diff: tools/test.dart

Issue 841193003: cleanup to tools/testing/dart (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: one last bit Created 5 years, 11 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 | « tools/status_clean.dart ('k') | tools/testing/dart/android.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/test.dart
diff --git a/tools/test.dart b/tools/test.dart
index bbfdf258cfedc62378168386c7bea12fdf7aa3cd..812be4cf82affbfd2d5c7b09efcd24609f4055c5 100755
--- a/tools/test.dart
+++ b/tools/test.dart
@@ -32,9 +32,9 @@ import "dart:async";
import "dart:io";
import "testing/dart/test_configurations.dart";
import "testing/dart/test_options.dart";
-import "testing/dart/test_progress.dart";
-import "testing/dart/test_suite.dart";
-import "testing/dart/utils.dart";
+import "testing/dart/lib/test_progress.dart";
+import 'testing/dart/lib/test_utils.dart';
+import "testing/dart/lib/utils.dart";
Future _deleteTemporaryDartDirectories() {
var completer = new Completer();
« no previous file with comments | « tools/status_clean.dart ('k') | tools/testing/dart/android.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698