Index: runtime/vm/custom_isolate_test.cc |
diff --git a/runtime/vm/custom_isolate_test.cc b/runtime/vm/custom_isolate_test.cc |
index 03c57732f00838261d7a44dd9598c8f7c55618ea..1f55a8ee022cfc1ec206bbc2482ae18446e6114c 100644 |
--- a/runtime/vm/custom_isolate_test.cc |
+++ b/runtime/vm/custom_isolate_test.cc |
@@ -323,13 +323,11 @@ UNIT_TEST_CASE(CustomIsolates) { |
FLAG_verify_handles = true; |
#ifdef DEBUG |
FLAG_verify_on_transition = true; |
-#endif |
- // Cannot verify heap while running compilation in background. |
- // Issue #26149. |
+ // Cannot verify heap while running compilation in background. Issue #26149. |
FLAG_background_compilation = false; |
// Issue #26150. |
FLAG_use_osr = false; |
- |
+#endif |
event_queue = new EventQueue(); |
Dart_Isolate dart_isolate = TestCase::CreateTestIsolate(); |