summaryrefslogtreecommitdiffhomepage
path: root/test/t/class.rb
diff options
context:
space:
mode:
authorYAMAMOTO Masaya <[email protected]>2017-10-11 17:55:27 +0900
committerYAMAMOTO Masaya <[email protected]>2017-10-11 17:58:11 +0900
commitdcd5d0ffec1a6cee3ff1eb81c7d819f8d23dde46 (patch)
tree18bc206aa15e4e8f78b4e3244a871fc566dbddf7 /test/t/class.rb
parentacdc2d1f242f2547ca842be5d62a2b06356b39ea (diff)
downloadmruby-dcd5d0ffec1a6cee3ff1eb81c7d819f8d23dde46.tar.gz
mruby-dcd5d0ffec1a6cee3ff1eb81c7d819f8d23dde46.zip
Test for MRB_WITHOUT_FLOAT
Diffstat (limited to 'test/t/class.rb')
-rw-r--r--test/t/class.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/t/class.rb b/test/t/class.rb
index eb077fce6..a5118fa93 100644
--- a/test/t/class.rb
+++ b/test/t/class.rb
@@ -358,7 +358,7 @@ assert('singleton tests') do
7
end
end
- end
+ end if class_defined?("Float")
end
assert('clone Class') do