mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
disable LocalJumpError test since the code causes SyntaxError (not LocalJumpError) on CRuby
This commit is contained in:
@@ -3,10 +3,10 @@
|
||||
|
||||
assert('LocalJumpError', '15.2.25') do
|
||||
assert_equal Class, LocalJumpError.class
|
||||
assert_raise LocalJumpError do
|
||||
# this will cause an exception due to the wrong location
|
||||
retry
|
||||
end
|
||||
# assert_raise LocalJumpError do
|
||||
# # this will cause an exception due to the wrong location
|
||||
# retry
|
||||
# end
|
||||
end
|
||||
|
||||
# TODO 15.2.25.2.1 LocalJumpError#exit_value
|
||||
|
||||
Reference in New Issue
Block a user