| Index: tests/co19/test_config.dart
|
| ===================================================================
|
| --- tests/co19/test_config.dart (revision 16672)
|
| +++ tests/co19/test_config.dart (working copy)
|
| @@ -14,11 +14,11 @@
|
| : super(configuration,
|
| "co19",
|
| 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"]);
|
| + "tests/co19/co19-dart2js.status"],
|
| + []);
|
|
|
| bool isTestFile(String filename) => _testRegExp.hasMatch(filename);
|
| bool get listRecursively => true;
|
|
|