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

Unified Diff: tools/testing/dart/main.dart

Issue 2915843003: Simplify test_suite.dart. (Closed)
Patch Set: Fix path in test. Created 3 years, 6 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/testing/dart/http_server.dart ('k') | tools/testing/dart/options.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/testing/dart/main.dart
diff --git a/tools/testing/dart/main.dart b/tools/testing/dart/main.dart
index 146bb75dc5a213e726e605022eca734c29706b59..2e9e70309dc3dcfc3ad27c4e998c8ce89f4b2341 100644
--- a/tools/testing/dart/main.dart
+++ b/tools/testing/dart/main.dart
@@ -24,7 +24,7 @@ import "dart:io";
import "options.dart";
import "test_configurations.dart";
-import "test_suite.dart";
+import 'utils.dart';
/// Runs all of the tests specified by the given command line [arguments].
void main(List<String> arguments) {
« no previous file with comments | « tools/testing/dart/http_server.dart ('k') | tools/testing/dart/options.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698