Index: tools/testing/dart/co19_test_config.dart |
diff --git a/tools/testing/dart/co19_test_config.dart b/tools/testing/dart/co19_test_config.dart |
index 57214eb31ba5ab8ada090a9b3345c4c890a29495..e8d6492b5c4618aad215d0507ff9ffdb564eea7b 100644 |
--- a/tools/testing/dart/co19_test_config.dart |
+++ b/tools/testing/dart/co19_test_config.dart |
@@ -4,8 +4,8 @@ |
library co19_test_config; |
+import 'path.dart'; |
import 'test_suite.dart'; |
-import 'utils.dart' show Path; |
class Co19TestSuite extends StandardTestSuite { |
RegExp _testRegExp = new RegExp(r"t[0-9]{2}.dart$"); |