| Index: dart/tests/co19/test_config.dart
|
| diff --git a/dart/tests/co19/test_config.dart b/dart/tests/co19/test_config.dart
|
| index 5756107208569912f0bd55a98aa65bb9128e55e0..547ea88aa5d961fd2f40691b9e493d3ec1813f7e 100644
|
| --- a/dart/tests/co19/test_config.dart
|
| +++ b/dart/tests/co19/test_config.dart
|
| @@ -6,6 +6,7 @@ library co19_test_config;
|
|
|
| import 'dart:io';
|
| import '../../tools/testing/dart/test_suite.dart';
|
| +import '../../tools/testing/dart/utils.dart' show Path;
|
|
|
| class Co19TestSuite extends StandardTestSuite {
|
| RegExp _testRegExp = new RegExp(r"t[0-9]{2}.dart$");
|
|
|