| 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 517457d365e6b6b765583ed0de2d4a783015d1ac..7bfb75f508edde5fa05e8904abc4f2a7a97e6834 100644
|
| --- a/dart/tools/testing/dart/test_suite.dart
|
| +++ b/dart/tools/testing/dart/test_suite.dart
|
| @@ -1091,7 +1091,7 @@ class TestUtils {
|
| case 'dartc':
|
| return 'compiler/bin/dartc$suffix';
|
| case 'frog':
|
| - case 'leg':
|
| + case 'dart2js':
|
| return 'frog/bin/frog$suffix';
|
| case 'frogsh':
|
| return 'frog/bin/frogsh$suffix';
|
| @@ -1166,7 +1166,7 @@ class TestUtils {
|
| args.add('--enable_asserts');
|
| args.add("--enable_type_checks");
|
| }
|
| - if (configuration["component"] == "leg"
|
| + if (configuration["component"] == "dart2js"
|
| || configuration["component"] == "legium") {
|
| args.add("--verbose");
|
| args.add("--leg");
|
|
|