| 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 c3ea82f31e2e8b6ce7df48fdafa8e4e4a543e452..517457d365e6b6b765583ed0de2d4a783015d1ac 100644
|
| --- a/dart/tools/testing/dart/test_suite.dart
|
| +++ b/dart/tools/testing/dart/test_suite.dart
|
| @@ -1170,6 +1170,9 @@ class TestUtils {
|
| || configuration["component"] == "legium") {
|
| args.add("--verbose");
|
| args.add("--leg");
|
| + if (configuration["host_checked"]) {
|
| + args.add("--vm_flags=--enable_asserts --enable_type_checks");
|
| + }
|
| }
|
| return args;
|
| }
|
|
|