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

Unified Diff: tools/testing/dart/runtime_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/runtime_configuration.dart
diff --git a/tools/testing/dart/runtime_configuration.dart b/tools/testing/dart/runtime_configuration.dart
index 20b991b1a51337512daf3d623f80ee5ce6f1b049..033a4d5b8ada59f17825e4f91991ac57d992214a 100644
--- a/tools/testing/dart/runtime_configuration.dart
+++ b/tools/testing/dart/runtime_configuration.dart
@@ -10,6 +10,7 @@ import 'configuration.dart';
// from TestSuite once the refactoring is complete.
import 'test_suite.dart';
import 'test_runner.dart';
+import 'utils.dart';
/// Describes the commands to run a given test case or its compiled output.
///

Powered by Google App Engine
This is Rietveld 408576698