| 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 a935b2c5ee05d2eb5674af94b35f789d619cf575..740e3a30a1cda60021b52aff0c06769c9ca9bddd 100644
|
| --- a/dart/tools/testing/dart/test_suite.dart
|
| +++ b/dart/tools/testing/dart/test_suite.dart
|
| @@ -685,7 +685,7 @@ class StandardTestSuite implements TestSuite {
|
| // As a special case, a command of "dart" should run with the
|
| // dart VM that we are testing.
|
| if (extraCommand == 'dart') {
|
| - extraCommand = TestUtils.vmFileName(configuration),
|
| + extraCommand = TestUtils.vmFileName(configuration);
|
| }
|
| args= args.map((arg)=>arg.replaceAll(@"$dartDir", dartDir.toString()));
|
| commands.add(new Command(extraCommand, args));
|
|
|