Index: test/cctest/test-debug.cc |
diff --git a/test/cctest/test-debug.cc b/test/cctest/test-debug.cc |
index ff802e3ddcdb52a0e2257d895d1bd3fa84e67aa9..f42b82b109d61d06395197b81c6d6bcc458de8a4 100644 |
--- a/test/cctest/test-debug.cc |
+++ b/test/cctest/test-debug.cc |
@@ -3943,8 +3943,6 @@ TEST(BreakOnException) { |
v8::HandleScope scope(env->GetIsolate()); |
env.ExposeDebug(); |
- CcTest::i_isolate()->TraceException(false); |
- |
// Create functions for testing break on exception. |
CompileFunction(&env, "function throws(){throw 1;}", "throws"); |
v8::Local<v8::Function> caught = |
@@ -4089,8 +4087,6 @@ TEST(BreakOnCompileException) { |
// For this test, we want to break on uncaught exceptions: |
ChangeBreakOnException(false, true); |
- CcTest::i_isolate()->TraceException(false); |
- |
// Create a function for checking the function when hitting a break point. |
frame_count = CompileFunction(&env, frame_count_source, "frame_count"); |