mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
Support MRB_WIHTOUT_FLOAT to mruby-numeric-ext (test only)
This commit is contained in:
@@ -15,7 +15,7 @@ end
|
||||
|
||||
assert('Float#div') do
|
||||
assert_float 52, 365.2425.div(7)
|
||||
end
|
||||
end if class_defined?("Float")
|
||||
|
||||
assert('Integer#zero?') do
|
||||
assert_equal true, 0.zero?
|
||||
|
||||
Reference in New Issue
Block a user