| 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 1a917ef9c1693f9bf382344faac3629035f589fd..0e1977b72024b4eebc07ff701c77b06abb194297 100644
|
| --- a/test/cctest/compiler/test-run-jsexceptions.cc
|
| +++ b/test/cctest/compiler/test-run-jsexceptions.cc
|
| @@ -80,10 +80,6 @@ TEST(ThrowMessageIndirectly) {
|
| }
|
|
|
|
|
| -// TODO(mstarzinger): Increase test coverage by having similar tests within the
|
| -// mjsunit suite to also test integration with other components (e.g. OSR).
|
| -
|
| -
|
| TEST(Catch) {
|
| i::FLAG_turbo_try_catch = true;
|
| const char* src =
|
|
|