Index: test/cctest/test-api.cc |
diff --git a/test/cctest/test-api.cc b/test/cctest/test-api.cc |
index a84852d947cc20bf06ae9d5b70975857f2a830c2..bf14b88b081b87600d1eb7ea58367af724832e50 100644 |
--- a/test/cctest/test-api.cc |
+++ b/test/cctest/test-api.cc |
@@ -22040,7 +22040,7 @@ TEST(Regress385349) { |
} |
-#ifdef DEBUG |
+#ifdef ENABLE_DISASSEMBLER |
static int probes_counter = 0; |
static int misses_counter = 0; |
static int updates_counter = 0; |
@@ -22074,7 +22074,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; |