| 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 d62a33e90ed14e166a58d4c18a3892edb397e15f..fb9ae8763c839e4ea7591054cd9a1c769882c937 100644
|
| --- a/dart/tools/testing/dart/test_suite.dart
|
| +++ b/dart/tools/testing/dart/test_suite.dart
|
| @@ -1097,8 +1097,8 @@ class StandardTestSuite extends TestSuite {
|
| runtime,
|
| fullHtmlPath];
|
| commandSet.add(CommandBuilder.instance.getBrowserTestCommand(
|
| - runtime, fullHtmlPath,
|
| - TestUtils.dartTestExecutable.toString(), args, configurationDir));
|
| + runtime, fullHtmlPath, TestUtils.dartTestExecutable.toString(),
|
| + args, configurationDir, checkedMode: configuration['checked']));
|
| } else if (TestUtils.usesWebDriver(runtime)) {
|
| args = [
|
| dartDir.append('tools/testing/run_selenium.py').toNativePath(),
|
|
|