| Index: tools/testing/dart/test_suite.dart
|
| diff --git a/tools/testing/dart/test_suite.dart b/tools/testing/dart/test_suite.dart
|
| index bac258ad8f63b175fa06e3d6f46add1a91521d89..a8b7a388092b83509a17e52902c9d2bacf24a588 100644
|
| --- a/tools/testing/dart/test_suite.dart
|
| +++ b/tools/testing/dart/test_suite.dart
|
| @@ -1285,7 +1285,7 @@ class StandardTestSuite extends TestSuite {
|
| dartFlags, environmentOverrides));
|
| } else {
|
| commandSet.add(CommandBuilder.instance.getBrowserTestCommand(
|
| - runtime, fullHtmlPath, checkedMode: configuration['checked']));
|
| + runtime, fullHtmlPath, configuration));
|
| }
|
|
|
| // Create BrowserTestCase and queue it.
|
| @@ -1962,7 +1962,7 @@ class TestUtils {
|
| if (result.exitCode != 0) {
|
| throw new Exception('Can\'t delete path $native_path. '
|
| 'This path might be too long');
|
| - }
|
| + }
|
| });
|
| } else {
|
| var dir = new Directory(path);
|
|
|