disable LocalJumpError test since the code causes SyntaxError (not LocalJumpError) on CRuby

parent 04eb577b
...@@ -3,10 +3,10 @@ ...@@ -3,10 +3,10 @@
assert('LocalJumpError', '15.2.25') do assert('LocalJumpError', '15.2.25') do
assert_equal Class, LocalJumpError.class assert_equal Class, LocalJumpError.class
assert_raise LocalJumpError do # assert_raise LocalJumpError do
# this will cause an exception due to the wrong location # # this will cause an exception due to the wrong location
retry # retry
end # end
end end
# TODO 15.2.25.2.1 LocalJumpError#exit_value # TODO 15.2.25.2.1 LocalJumpError#exit_value
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment