Chromium Code Reviews| Index: tools/testing/dart/test_suite.dart |
| =================================================================== |
| --- tools/testing/dart/test_suite.dart (revision 7269) |
| +++ tools/testing/dart/test_suite.dart (working copy) |
| @@ -1337,6 +1337,9 @@ |
| } |
| if (configuration["compiler"] == "dart2js") { |
| args = []; |
| + if (configuration["checked"]) { |
| + args.add('--enable-checked-mode'); |
| + } |
| args.add("--verbose"); |
| if (!isBrowserRuntime(configuration['runtime'])) { |
| args.add("--allow-mock-compilation"); |