Support MRB_WIHTOUT_FLOAT to mruby-numeric-ext (test only)

This commit is contained in:
YAMAMOTO Masaya
2017-10-16 18:14:34 +09:00
parent 9c1f21aaa1
commit b0cdb93a3a
+1 -1
View File
@@ -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?