Index: tools/testing/dart/co19_test.dart |
diff --git a/tools/testing/dart/co19_test.dart b/tools/testing/dart/co19_test.dart |
index ad05dca70f346613d9d95e987492c6ac5c1d09a8..aca5d94623fb686a289e4e24f670e754a0def61b 100644 |
--- a/tools/testing/dart/co19_test.dart |
+++ b/tools/testing/dart/co19_test.dart |
@@ -16,11 +16,11 @@ |
library co19_test; |
-import "dart:io"; |
+import 'dart:io'; |
-import "test_options.dart"; |
-import "test_suite.dart"; |
-import "test_configurations.dart"; |
+import 'test_configurations.dart'; |
+import 'test_options.dart'; |
+import 'lib/test_utils.dart'; |
const List<String> COMMON_ARGUMENTS = |
const <String>['--report', '--progress=diff', 'co19']; |