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