Commit 8e89cd45 authored by Daniel Bovensiepen's avatar Daniel Bovensiepen

only execute math tests if math feature is activated

parent 162b3625
##
# Math Test
if MathEnabled
if Object.const_defined?(:Math)
assert('Math.sin 0') do
check_float(Math.sin(0), 0)
end
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment