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

This commit is contained in:
Jun Hiroe
2013-08-02 22:24:05 +09:00
parent 2e24ba161b
commit f2fdac889b
+1 -1
View File
@@ -2,5 +2,5 @@
# RuntimeError ISO Test
assert('RuntimeError', '15.2.28') do
assert_equal RuntimeError.class, Class
assert_equal Class, RuntimeError.class
end