Commit 59a4a286 authored by Yukihiro "Matz" Matsumoto's avatar Yukihiro "Matz" Matsumoto

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

parents f454f827 40378f95
......@@ -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
......
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