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

Unified Diff: tools/status_clean.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 | « tests/standalone/status_expression_test.dart ('k') | tools/test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/status_clean.dart
diff --git a/tools/status_clean.dart b/tools/status_clean.dart
index 14b0f79d932e4f0d7d4f9d25d3da91ec312d051f..b65af44de6d710b8f38259ab510e18c50acc22f6 100644
--- a/tools/status_clean.dart
+++ b/tools/status_clean.dart
@@ -7,12 +7,13 @@ library status_clean;
import "dart:async";
import "dart:convert" show JSON, UTF8;
import "dart:io";
-import "testing/dart/multitest.dart";
-import "testing/dart/status_file_parser.dart";
+import "testing/dart/lib/multitest.dart";
+import "testing/dart/lib/path.dart";
+import "testing/dart/lib/status_file_parser.dart";
+import 'testing/dart/lib/test_utils.dart';
import "testing/dart/test_suite.dart"
show multiHtmlTestGroupRegExp, multiTestRegExp, multiHtmlTestRegExp,
TestUtils;
-import "testing/dart/utils.dart" show Path;
// [STATUS_TUPLES] is a list of (suite-name, directory, status-file)-tuples.
final STATUS_TUPLES = [
« no previous file with comments | « tests/standalone/status_expression_test.dart ('k') | tools/test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698