| 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 ad77213002a216f7d88704334ad9f9cae3e9ec9e..beaa2d1897c3e6033320c13a065aea793403fac5 100644
|
| --- a/dart/tools/testing/dart/test_suite.dart
|
| +++ b/dart/tools/testing/dart/test_suite.dart
|
| @@ -698,8 +698,8 @@ class StandardTestSuite implements TestSuite {
|
| }
|
|
|
| var extraCommand = optionsFromFile['extraCommand'];
|
| - var args = optionsFromFile['extraCommandArgs'];
|
| - addExtraCommand(extraCommand, args, commands);
|
| + var extraArgs = optionsFromFile['extraCommandArgs'];
|
| + addExtraCommand(extraCommand, extraArgs, commands);
|
|
|
| // Construct the command that executes the browser test
|
| List<String> args;
|
|
|