Chromium Code Reviews| Index: tests/co19/test_config.dart |
| =================================================================== |
| --- tests/co19/test_config.dart (revision 10699) |
| +++ tests/co19/test_config.dart (working copy) |
| @@ -16,7 +16,7 @@ |
| const Path("tests/co19/src"), |
| ["tests/co19/co19-compiler.status", |
| "tests/co19/co19-runtime.status", |
| - "tests/co19/co19-leg.status"]); |
| + "tests/co19/co19-dart2js.status"]); |
| bool isTestFile(String filename) => _testRegExp.hasMatch(filename); |
| bool listRecursively() => true; |