Index: test/cctest/test-api.cc |
diff --git a/test/cctest/test-api.cc b/test/cctest/test-api.cc |
index 8b7cb59734aa98fe7bbc35499c91d99496294a26..3e23731c6f23aa09b4e7ee8b465db36a22016486 100644 |
--- a/test/cctest/test-api.cc |
+++ b/test/cctest/test-api.cc |
@@ -22035,7 +22035,7 @@ TEST(Regress385349) { |
} |
-#ifdef DEBUG |
+#ifdef ENABLE_DISASSEMBLER |
static int probes_counter = 0; |
static int misses_counter = 0; |
static int updates_counter = 0; |
@@ -22069,7 +22069,7 @@ static const char* kMegamorphicTestProgram = |
static void StubCacheHelper(bool primary) { |
-#ifdef DEBUG |
+#ifdef ENABLE_DISASSEMBLER |
i::FLAG_native_code_counters = true; |
if (primary) { |
i::FLAG_test_primary_stub_cache = true; |