| Index: dart/tools/testing/architecture.py
|
| diff --git a/dart/tools/testing/architecture.py b/dart/tools/testing/architecture.py
|
| index 5729f5cfec918efb230543c078fedd4c4116be63..d5676020baa2d3c6c80dc88d8cc15b9b5dfef923 100755
|
| --- a/dart/tools/testing/architecture.py
|
| +++ b/dart/tools/testing/architecture.py
|
| @@ -536,7 +536,7 @@ class LegArchitecture(StandaloneArchitecture):
|
| super(LegArchitecture, self).__init__(root_path, arch, mode, component,
|
| test)
|
| def GetOptions(self):
|
| - return ['--enable_leg', '--leg_only']
|
| + return ['--leg_only']
|
|
|
| def GetExecutable(self):
|
| """Returns the path to the Dart test runner (executes the .dart file)."""
|
|
|