summaryrefslogtreecommitdiffhomepage
path: root/test/t/math.rb
diff options
context:
space:
mode:
authorYukihiro Matsumoto <[email protected]>2012-05-23 12:00:49 +0900
committerYukihiro Matsumoto <[email protected]>2012-05-23 12:00:49 +0900
commit52b2d092d38482257971789bc59257d16bbe8c4c (patch)
tree8c26e1856b5fa52fa3b5c685e70beaa8499319a4 /test/t/math.rb
parent7ee8018d606bcb79ecefb49b18464a123dcb9a47 (diff)
downloadmruby-52b2d092d38482257971789bc59257d16bbe8c4c.tar.gz
mruby-52b2d092d38482257971789bc59257d16bbe8c4c.zip
test t/*.rb spacing fix
Diffstat (limited to 'test/t/math.rb')
-rw-r--r--test/t/math.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/t/math.rb b/test/t/math.rb
index 40ae53438..5b9da4cb3 100644
--- a/test/t/math.rb
+++ b/test/t/math.rb
@@ -10,7 +10,7 @@ assert('Math.sin PI/2') do
end
-assert('Fundamental trig identities') do
+assert('Fundamental trig identities') do
result = true
N = 15
N.times do |i|
@@ -26,7 +26,7 @@ assert('Fundamental trig identities') do
result &= check_float((1/t) ** 2 + 1, (1/s) ** 2)
end
result
-end
+end
assert('Math.erf 0') do
check_float(Math.erf(0), 0)