summaryrefslogtreecommitdiffhomepage
path: root/test/t/localjumperror.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/t/localjumperror.rb')
-rw-r--r--test/t/localjumperror.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/t/localjumperror.rb b/test/t/localjumperror.rb
index 857b0ce65..a7d18b3b1 100644
--- a/test/t/localjumperror.rb
+++ b/test/t/localjumperror.rb
@@ -2,7 +2,7 @@
# LocalJumpError ISO Test
assert('LocalJumpError', '15.2.25') do
- assert_equal LocalJumpError.class, Class
+ assert_equal Class, LocalJumpError.class
assert_raise LocalJumpError do
# this will cause an exception due to the wrong location
retry