| Index: tools/testing/dart/co19_test_config.dart
|
| ===================================================================
|
| --- tools/testing/dart/co19_test_config.dart (revision 41551)
|
| +++ tools/testing/dart/co19_test_config.dart (working copy)
|
| @@ -4,8 +4,8 @@
|
|
|
| library co19_test_config;
|
|
|
| -import '../../tools/testing/dart/test_suite.dart';
|
| -import '../../tools/testing/dart/utils.dart' show Path;
|
| +import 'test_suite.dart';
|
| +import 'utils.dart' show Path;
|
|
|
| class Co19TestSuite extends StandardTestSuite {
|
| RegExp _testRegExp = new RegExp(r"t[0-9]{2}.dart$");
|
|
|