Commit e79afd4c authored by Yukihiro "Matz" Matsumoto's avatar Yukihiro "Matz" Matsumoto

Merge pull request #2765 from miura1729/original2

Fix to avoid warning
parents ee59f8b8 eb3af375
......@@ -83,9 +83,9 @@ assert('Integer#%', '15.2.8.3.5') do
assert_equal 0.0, b
assert_equal 2, c
assert_equal 2, d
assert_equal -3, e
assert_equal(-3, e)
assert_equal 3, f
assert_equal -2, g
assert_equal(-2, g)
assert_equal 0, h
assert_equal 0, i
assert_equal 0, j
......
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