| Index: tools/testing/dart/test_suite.dart
|
| diff --git a/tools/testing/dart/test_suite.dart b/tools/testing/dart/test_suite.dart
|
| index cc741897fe91378f46760f33885c3947e0848713..4d4765eeada38acaa87fcb29570596fa76a8490e 100644
|
| --- a/tools/testing/dart/test_suite.dart
|
| +++ b/tools/testing/dart/test_suite.dart
|
| @@ -2028,6 +2028,10 @@ class TestUtils {
|
| if (compiler == "dart2js" && configuration["fast_startup"]) {
|
| args.add("--fast-startup");
|
| }
|
| + if ((compiler == "dart2js" || compiler == "none") &&
|
| + configuration["enable_asserts"]) {
|
| + args.add("--enable-asserts");
|
| + }
|
| if (compiler == "dart2js" && configuration["dart2js_with_kernel"]) {
|
| args.add("--use-kernel");
|
| }
|
|
|