Skip to content

Commit 893ec2a

Browse files
committed
fix test on 1.8 broken by newer linecache at_exit call
1 parent c27d651 commit 893ec2a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: test-base/stepping_breakpoints_test.rb

+3-3
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ def test_step_over
8484
assert_test_breakpoint(2)
8585
send_next
8686
assert_suspension(@test_path, 3, 1)
87-
send_next
87+
send_cont
8888
end
8989

9090
def test_step_over_frames
@@ -94,7 +94,7 @@ def test_step_over_frames
9494
assert_breakpoint_added_no(1)
9595
start_debugger
9696
assert_test_breakpoint(3)
97-
send_next
97+
send_cont
9898
end
9999

100100
def test_step_over_frames_value2
@@ -103,7 +103,7 @@ def test_step_over_frames_value2
103103
run_to("test2.rb", 3)
104104
send_next
105105
assert_suspension(@test2_path, 4, 2)
106-
send_next
106+
send_cont
107107
end
108108

109109
def test_step_over_in_different_frame

0 commit comments

Comments
 (0)