Index: test/cctest/interpreter/test-interpreter.cc |
diff --git a/test/cctest/interpreter/test-interpreter.cc b/test/cctest/interpreter/test-interpreter.cc |
index cd0ce53c7ee4e6f0fcb0c2399f164c481d67fec7..52e53727e12ca4c3038be54b5234c0ab2ebb19df 100644 |
--- a/test/cctest/interpreter/test-interpreter.cc |
+++ b/test/cctest/interpreter/test-interpreter.cc |
@@ -66,7 +66,7 @@ class InterpreterTester { |
feedback_vector_(feedback_vector) { |
i::FLAG_ignition = true; |
i::FLAG_ignition_fake_try_catch = true; |
- i::FLAG_ignition_fallback_on_eval_and_catch = false; |
+ i::FLAG_ignition_fallback_on_catch = false; |
i::FLAG_always_opt = false; |
// Set ignition filter flag via SetFlagsFromString to avoid double-free |
// (or potential leak with StrDup() based on ownership confusion). |