Merge branch 'master' of github.com:mruby/mruby

This commit is contained in:
Yukihiro "Matz" Matsumoto
2014-05-13 12:59:34 +09:00
+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