Fix ISO No.

This commit is contained in:
yui-knk
2014-05-13 09:48:02 +09:00
parent bcbf078ebd
commit 935a4ccce7
+1 -1
View File
@@ -57,7 +57,7 @@ assert('Integer#%', '15.2.8.3.5') do
assert_equal 2, c
end
assert('Integer#<=>', '15.2.8.3.6') do
assert('Integer#<=>', '15.2.9.3.6') do
a = 1<=>0
b = 1<=>1
c = 1<=>2