Index: test/cctest/test-api.cc |
diff --git a/test/cctest/test-api.cc b/test/cctest/test-api.cc |
index 06582526af8d8ea70bb246f3cc1fe16e82f052a1..7ba4a3c4a923de2f38d9aa8d2453d880a26a8b92 100644 |
--- a/test/cctest/test-api.cc |
+++ b/test/cctest/test-api.cc |
@@ -12249,6 +12249,7 @@ TEST(SetFunctionEntryHook) { |
// This test breaks because InstallGetter (function from snapshot that |
// only gets called from experimental natives) is compiled with entry hooks. |
i::FLAG_allow_natives_syntax = true; |
+ i::FLAG_turbo_inlining = false; |
i::FLAG_use_inlining = false; |
SetFunctionEntryHookTest test; |