Commit f4b1f43c authored by Jun Hiroe's avatar Jun Hiroe

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

parent b4858c82
......@@ -2,7 +2,7 @@
# BasicObject
assert('BasicObject') do
assert_equal(BasicObject.class, Class)
assert_equal(Class, BasicObject.class)
end
assert('BasicObject superclass') do
......
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