| Index: dart/tools/testing/dart/test_suite.dart
|
| diff --git a/dart/tools/testing/dart/test_suite.dart b/dart/tools/testing/dart/test_suite.dart
|
| index 0f3939a84b7df65b88f870cd270967033206666f..bc154227ce88a6ad9ee0d71fc875416de90bdb68 100644
|
| --- a/dart/tools/testing/dart/test_suite.dart
|
| +++ b/dart/tools/testing/dart/test_suite.dart
|
| @@ -1006,8 +1006,7 @@ class TestUtils {
|
| }
|
| if (configuration["component"] == "leg") {
|
| args.add("--verbose");
|
| - args.add("--enable_leg");
|
| - args.add("--leg_only");
|
| + args.add("--leg");
|
| }
|
| return args;
|
| }
|
|
|