summaryrefslogtreecommitdiff
path: root/deps/v8/test/cctest/compiler/test-run-jsexceptions.cc
diff options
context:
space:
mode:
Diffstat (limited to 'deps/v8/test/cctest/compiler/test-run-jsexceptions.cc')
-rw-r--r--deps/v8/test/cctest/compiler/test-run-jsexceptions.cc7
1 files changed, 0 insertions, 7 deletions
diff --git a/deps/v8/test/cctest/compiler/test-run-jsexceptions.cc b/deps/v8/test/cctest/compiler/test-run-jsexceptions.cc
index 0e1977b720..2ba8fdfcc8 100644
--- a/deps/v8/test/cctest/compiler/test-run-jsexceptions.cc
+++ b/deps/v8/test/cctest/compiler/test-run-jsexceptions.cc
@@ -59,7 +59,6 @@ TEST(ThrowMessageDirectly) {
TEST(ThrowMessageIndirectly) {
- i::FLAG_turbo_try_catch = true;
i::FLAG_turbo_try_finally = true;
static const char* src =
"(function(a, b) {"
@@ -81,7 +80,6 @@ TEST(ThrowMessageIndirectly) {
TEST(Catch) {
- i::FLAG_turbo_try_catch = true;
const char* src =
"(function(a,b) {"
" var r = '-';"
@@ -100,7 +98,6 @@ TEST(Catch) {
TEST(CatchNested) {
- i::FLAG_turbo_try_catch = true;
const char* src =
"(function(a,b) {"
" var r = '-';"
@@ -124,7 +121,6 @@ TEST(CatchNested) {
TEST(CatchBreak) {
- i::FLAG_turbo_try_catch = true;
const char* src =
"(function(a,b) {"
" var r = '-';"
@@ -149,7 +145,6 @@ TEST(CatchBreak) {
TEST(CatchCall) {
- i::FLAG_turbo_try_catch = true;
const char* src =
"(function(fun) {"
" var r = '-';"
@@ -213,7 +208,6 @@ TEST(FinallyBreak) {
TEST(DeoptTry) {
- i::FLAG_turbo_try_catch = true;
const char* src =
"(function f(a) {"
" try {"
@@ -230,7 +224,6 @@ TEST(DeoptTry) {
TEST(DeoptCatch) {
- i::FLAG_turbo_try_catch = true;
const char* src =
"(function f(a) {"
" try {"