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

This commit is contained in:
Yukihiro "Matz" Matsumoto
2014-02-05 12:58:01 +09:00
parent 04eb577b69
commit 565e1f6ef2
+4 -4
View File
@@ -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