Skip to content

Commit 0b05968

Browse files
committed
testing
1 parent bf4167e commit 0b05968

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

test/test_stackprof.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,9 +67,9 @@ def test_object_allocation
6767
else
6868
begin
6969
assert_equal [2, 0], frame[:lines][profile_base_line]
70-
rescue
70+
rescue Exception => e
7171
p frame[:lines]
72-
raise
72+
raise e
7373
end
7474
end
7575
end

0 commit comments

Comments
 (0)