| Index: dart/tests/standalone/test_config.dart
|
| diff --git a/dart/tests/standalone/test_config.dart b/dart/tests/standalone/test_config.dart
|
| index fc42032189839195e94a827714e853408b33cc4e..27249d9e5e1464bf268b967b3fd041b26f92b60c 100644
|
| --- a/dart/tests/standalone/test_config.dart
|
| +++ b/dart/tests/standalone/test_config.dart
|
| @@ -11,7 +11,8 @@ class StandaloneTestSuite extends StandardTestSuite {
|
| : super(configuration,
|
| "standalone",
|
| "tests/standalone/src",
|
| - ["tests/standalone/standalone.status"]);
|
| + ["tests/standalone/standalone.status",
|
| + "tests/standalone/standalone-leg.status"]);
|
|
|
| bool listRecursively() => true;
|
| }
|
|
|