Commit 6d9b6124 authored by Jun Hiroe's avatar Jun Hiroe

I fix order of actual and expect test value in localjumperror.rb.

parent b7651d21
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
# LocalJumpError ISO Test # LocalJumpError ISO Test
assert('LocalJumpError', '15.2.25') do assert('LocalJumpError', '15.2.25') do
assert_equal LocalJumpError.class, 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
......
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