Chromium Code Reviews| Index: tools/testing/dart/test_suite.dart |
| =================================================================== |
| --- tools/testing/dart/test_suite.dart (revision 6914) |
| +++ tools/testing/dart/test_suite.dart (working copy) |
| @@ -1322,7 +1322,7 @@ |
| if (configuration["host_checked"]) { |
| args.add("--vm_flags=--enable_asserts --enable_type_checks"); |
| } |
| - if (configuration['runtime'] != 'drt') { |
| + if (!isBrowserRuntime(configuration['runtime'])) { |
| args.add("--allow-mock-compilation"); |
| } |
| } |