| Index: dart/tests/co19/test_config.dart
|
| diff --git a/dart/tests/co19/test_config.dart b/dart/tests/co19/test_config.dart
|
| index eb9a32e3b7ff689f5bdaf78470f3434dd9ac566a..dfd7ccbb4e1915771d4526dc60bb73602c77e41a 100644
|
| --- a/dart/tests/co19/test_config.dart
|
| +++ b/dart/tests/co19/test_config.dart
|
| @@ -15,7 +15,8 @@ class Co19TestSuite extends StandardTestSuite {
|
| "tests/co19/src",
|
| ["tests/co19/co19-compiler.status",
|
| "tests/co19/co19-runtime.status",
|
| - "tests/co19/co19-frog.status"]);
|
| + "tests/co19/co19-frog.status",
|
| + "tests/co19/co19-leg.status"]);
|
|
|
| bool isTestFile(String filename) => _testRegExp.hasMatch(filename);
|
| bool listRecursively() => true;
|
|
|