diff options
| author | Yukihiro "Matz" Matsumoto <[email protected]> | 2014-02-05 12:58:01 +0900 |
|---|---|---|
| committer | Yukihiro "Matz" Matsumoto <[email protected]> | 2014-02-05 12:58:01 +0900 |
| commit | 565e1f6ef2fb149e7519b49276f5ea80ef72decc (patch) | |
| tree | 736a7efd13b9a83c1c1d8001a36bab72a4dddace /test/t | |
| parent | 04eb577b69ee74a1c0419c3c5e15621f0ce604d8 (diff) | |
| download | mruby-565e1f6ef2fb149e7519b49276f5ea80ef72decc.tar.gz mruby-565e1f6ef2fb149e7519b49276f5ea80ef72decc.zip | |
disable LocalJumpError test since the code causes SyntaxError (not LocalJumpError) on CRuby
Diffstat (limited to 'test/t')
| -rw-r--r-- | test/t/localjumperror.rb | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/test/t/localjumperror.rb b/test/t/localjumperror.rb index a7d18b3b1..1780cb518 100644 --- a/test/t/localjumperror.rb +++ b/test/t/localjumperror.rb @@ -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 |
