| 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 272311adb9b81faadec3a279201a431d5b8ed363..f06dc5f3156d28773fbe384da42af897cadf817e 100644
|
| --- a/test/cctest/compiler/test-run-jsexceptions.cc
|
| +++ b/test/cctest/compiler/test-run-jsexceptions.cc
|
| @@ -232,9 +232,7 @@ TEST(DeoptTry) {
|
| "})";
|
| FunctionTester T(src);
|
|
|
| -#if 0 // TODO(mstarzinger): Enable once we can.
|
| T.CheckCall(T.Val(2), T.Val(1));
|
| -#endif
|
| }
|
|
|
|
|
|
|