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

Merge pull request #3005 from cremno/fix-ambiguous-first-argument-warning

fix ambiguous first argument warning
parents d6e17623 bb141e55
......@@ -198,5 +198,5 @@ assert('Float#>>') do
assert_equal 0, 23.0 >> 128
# Don't raise on large Right Shift
assert_equal -1, -23.0 >> 128
assert_equal(-1, -23.0 >> 128)
end
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