| Index: tools/testing/dart/test_suite.dart
|
| diff --git a/tools/testing/dart/test_suite.dart b/tools/testing/dart/test_suite.dart
|
| index e6c67789407803d0ef4e1c74b163ac697ca23920..3c3116afb436a40c44314fa6e54224d82caa7248 100644
|
| --- a/tools/testing/dart/test_suite.dart
|
| +++ b/tools/testing/dart/test_suite.dart
|
| @@ -2199,7 +2199,7 @@ class TestUtils {
|
| }
|
| String compiler = configuration["compiler"];
|
| if (compiler == "dart2js") {
|
| - args = [];
|
| + args = ['--generate-code-with-compile-time-errors', '--test-mode'];
|
| if (configuration["checked"]) {
|
| args.add('--enable-checked-mode');
|
| }
|
|
|