| Index: tests/co19/test_config.dart
|
| diff --git a/tests/co19/test_config.dart b/tests/co19/test_config.dart
|
| index 4dbcc303c6bb7f6962376bfb5b41b1f6a4c0e924..95039ed8e16ac19b65c10682862fea6c4193120a 100644
|
| --- a/tests/co19/test_config.dart
|
| +++ b/tests/co19/test_config.dart
|
| @@ -16,6 +16,7 @@ class Co19TestSuite extends StandardTestSuite {
|
| new Path("tests/co19/src"),
|
| ["tests/co19/co19-compiler.status",
|
| "tests/co19/co19-runtime.status",
|
| + "tests/co19/co19-dart2dart.status",
|
| "tests/co19/co19-dart2js.status"]);
|
|
|
| bool isTestFile(String filename) => _testRegExp.hasMatch(filename);
|
|
|