Commit f71cacc4 authored by Jun Hiroe's avatar Jun Hiroe

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

parent 284dc1be
...@@ -2,9 +2,9 @@ ...@@ -2,9 +2,9 @@
# IndexError ISO Test # IndexError ISO Test
assert('IndexError', '15.2.33') do assert('IndexError', '15.2.33') do
assert_equal IndexError.class, Class assert_equal Class, IndexError.class
end end
assert('IndexError superclass', '15.2.33.2') do assert('IndexError superclass', '15.2.33.2') do
assert_equal IndexError.superclass, StandardError assert_equal StandardError, IndexError.superclass
end 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