Commit f2fdac88 authored by Jun Hiroe's avatar Jun Hiroe

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

parent 2e24ba16
......@@ -2,5 +2,5 @@
# RuntimeError ISO Test
assert('RuntimeError', '15.2.28') do
assert_equal RuntimeError.class, Class
assert_equal Class, RuntimeError.class
end
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