| 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 0e1977b72024b4eebc07ff701c77b06abb194297..d2129e4b38f23e7c1f300a48d9992a85d963e654 100644
|
| --- a/test/cctest/compiler/test-run-jsexceptions.cc
|
| +++ b/test/cctest/compiler/test-run-jsexceptions.cc
|
| @@ -83,7 +83,7 @@ TEST(ThrowMessageIndirectly) {
|
| TEST(Catch) {
|
| i::FLAG_turbo_try_catch = true;
|
| const char* src =
|
| - "(function(a,b) {"
|
| + "(function foobar(a,b) {"
|
| " var r = '-';"
|
| " try {"
|
| " r += 'A-';"
|
|
|