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

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

Issue 2915843003: Simplify test_suite.dart. (Closed)
Patch Set: Created 3 years, 7 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
Index: tools/testing/dart/configuration.dart
diff --git a/tools/testing/dart/configuration.dart b/tools/testing/dart/configuration.dart
index 2b41503b042d9955ad9f6503ff84fdc60bc64071..ddcbeb9a6360f9f0915aac85ffdb6696bc541329 100644
--- a/tools/testing/dart/configuration.dart
+++ b/tools/testing/dart/configuration.dart
@@ -10,7 +10,7 @@ import 'compiler_configuration.dart';
import 'http_server.dart';
import 'path.dart';
import 'runtime_configuration.dart';
-import 'test_suite.dart';
+import 'utils.dart';
/// All of the contextual information to determine how a test suite should be
/// run.

Powered by Google App Engine
This is Rietveld 408576698