Index: tests/co19/test_config.dart |
diff --git a/tests/co19/test_config.dart b/tests/co19/test_config.dart |
index dc0c92fc1584712cebb582a92942508fca72d204..c1180e867cb8288abebfdf342a10a8041e754a8d 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 = new RegExp(r"t[0-9]{2}.dart$"); |
+ RegExp _testRegExp = const RegExp(r"t[0-9]{2}.dart$"); |
Co19TestSuite(Map configuration) |
: super(configuration, |