| Index: runtime/vm/custom_isolate_test.cc
|
| diff --git a/runtime/vm/custom_isolate_test.cc b/runtime/vm/custom_isolate_test.cc
|
| index cf4c8fafc7b2fb76b862ff1f1846c34cfea512ae..188e6b8b48b0486e22355ed469d852c558c4fcdb 100644
|
| --- a/runtime/vm/custom_isolate_test.cc
|
| +++ b/runtime/vm/custom_isolate_test.cc
|
| @@ -315,7 +315,7 @@ static void CustomIsolateImpl_start(Dart_NativeArguments args) {
|
| }
|
|
|
|
|
| -UNIT_TEST_CASE(CustomIsolates) {
|
| +VM_UNIT_TEST_CASE(CustomIsolates) {
|
| bool saved_flag = FLAG_trace_shutdown;
|
| FLAG_trace_shutdown = true;
|
| FLAG_verify_handles = true;
|
|
|