| Index: runtime/vm/custom_isolate_test.cc
|
| diff --git a/runtime/vm/custom_isolate_test.cc b/runtime/vm/custom_isolate_test.cc
|
| index a2e2e442254a8ab7d066209ee74716b44d826ef1..af3050759d462e2acb54cc904b936cf47a33f163 100644
|
| --- a/runtime/vm/custom_isolate_test.cc
|
| +++ b/runtime/vm/custom_isolate_test.cc
|
| @@ -312,6 +312,8 @@ static void CustomIsolateImpl_start(Dart_NativeArguments args) {
|
|
|
|
|
| UNIT_TEST_CASE(CustomIsolates) {
|
| + FLAG_verify_handles = true;
|
| + FLAG_verify_on_transition = true;
|
| event_queue = new EventQueue();
|
|
|
| Dart_Isolate dart_isolate = TestCase::CreateTestIsolate();
|
|
|