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

Unified Diff: tools/testing/dart/co19_test.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/co19_test.dart
diff --git a/tools/testing/dart/co19_test.dart b/tools/testing/dart/co19_test.dart
index 8636aa17b97af0d1566fef01ccbe71088a7ef6a5..579b885fb509b3efe9e24e316d894766d87687ea 100644
--- a/tools/testing/dart/co19_test.dart
+++ b/tools/testing/dart/co19_test.dart
@@ -18,8 +18,8 @@ import 'dart:io';
import 'configuration.dart';
import 'options.dart';
-import 'test_suite.dart';
import 'test_configurations.dart';
+import 'utils.dart';
const List<String> COMMON_ARGUMENTS = const <String>[
'--report',

Powered by Google App Engine
This is Rietveld 408576698