Skip test/t/float.rb tests; ref #3827

This commit is contained in:
Yukihiro "Matz" Matsumoto
2017-12-13 08:45:46 +09:00
parent 11b6696ce2
commit e14387440e
+4
View File
@@ -1,6 +1,8 @@
##
# Float ISO Test
if class_defined?("Float")
assert('Float', '15.2.9') do
assert_equal Class, Float.class
end
@@ -203,3 +205,5 @@ assert('Float#>>') do
# Don't raise on large Right Shift
assert_equal(-1, -23.0 >> 128)
end
end # class_defined?("Float")