| Index: test/cctest/compiler/test-run-jsexceptions.cc
|
| diff --git a/test/cctest/compiler/test-run-jsexceptions.cc b/test/cctest/compiler/test-run-jsexceptions.cc
|
| index 2e2e10e9de9a58787cc2b0edda99e3a5c3ac0df3..022aa20227cdf333e886dea741ee096ed7ca34de 100644
|
| --- a/test/cctest/compiler/test-run-jsexceptions.cc
|
| +++ b/test/cctest/compiler/test-run-jsexceptions.cc
|
| @@ -229,7 +229,6 @@ TEST(FinallyBreak) {
|
|
|
| TEST(DeoptTry) {
|
| i::FLAG_turbo_exceptions = true;
|
| - i::FLAG_turbo_deoptimization = true;
|
| const char* src =
|
| "(function f(a) {"
|
| " try {"
|
| @@ -247,7 +246,6 @@ TEST(DeoptTry) {
|
|
|
| TEST(DeoptCatch) {
|
| i::FLAG_turbo_exceptions = true;
|
| - i::FLAG_turbo_deoptimization = true;
|
| const char* src =
|
| "(function f(a) {"
|
| " try {"
|
| @@ -265,7 +263,6 @@ TEST(DeoptCatch) {
|
|
|
| TEST(DeoptFinallyReturn) {
|
| i::FLAG_turbo_exceptions = true;
|
| - i::FLAG_turbo_deoptimization = true;
|
| const char* src =
|
| "(function f(a) {"
|
| " try {"
|
| @@ -283,7 +280,6 @@ TEST(DeoptFinallyReturn) {
|
|
|
| TEST(DeoptFinallyReThrow) {
|
| i::FLAG_turbo_exceptions = true;
|
| - i::FLAG_turbo_deoptimization = true;
|
| const char* src =
|
| "(function f(a) {"
|
| " try {"
|
|
|