Chromium Code Reviews| Index: tests/co19/test_config.dart |
| diff --git a/tests/co19/test_config.dart b/tests/co19/test_config.dart |
| index 21dd11437c4eadd3c8b155a057bdc57962cd5f72..8c510f4e2198d88aa0e1a99b57bfa58a730d8b7f 100644 |
| --- a/tests/co19/test_config.dart |
| +++ b/tests/co19/test_config.dart |
| @@ -8,7 +8,7 @@ |
| #import("../../tools/testing/dart/test_suite.dart"); |
| class Co19TestSuite extends StandardTestSuite { |
| - RegExp _testRegExp = const RegExp(r"t[0-9]{2}.dart$"); |
| + RegExp _testRegExp = new RegExp(r"t[0-9]{2}.dart$"); |
| Co19TestSuite(Map configuration) |
| : super(configuration, |