mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
Skip test/t/float.rb tests; ref #3827
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user