Commit 8f01c073 authored by Jun Hiroe's avatar Jun Hiroe

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

parent f2fdac88
......@@ -2,9 +2,9 @@
# StandardError ISO Test
assert('StandardError', '15.2.23') do
assert_equal StandardError.class, Class
assert_equal Class, StandardError.class
end
assert('StandardError superclass', '15.2.23.2') do
assert_equal StandardError.superclass, Exception
assert_equal Exception, StandardError.superclass
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