aboutsummaryrefslogtreecommitdiff
path: root/stdlib/test/test/lux/math/simple.lux
diff options
context:
space:
mode:
authorEduardo Julian2016-12-12 20:15:49 -0400
committerEduardo Julian2016-12-12 20:15:49 -0400
commit6095c8149a4f0c47333d50186f0758d286d30dec (patch)
tree07f2fe7fb68c4b48a94503650b72ccd468cf89d1 /stdlib/test/test/lux/math/simple.lux
parentbe0245eed09d242a1fa81a64ce9c3084e8251252 (diff)
- Small fixes, refactorings and expansions.
Diffstat (limited to '')
-rw-r--r--stdlib/test/test/lux/math/simple.lux4
1 files changed, 2 insertions, 2 deletions
diff --git a/stdlib/test/test/lux/math/simple.lux b/stdlib/test/test/lux/math/simple.lux
index 9e3af0c59..4755de0c8 100644
--- a/stdlib/test/test/lux/math/simple.lux
+++ b/stdlib/test/test/lux/math/simple.lux
@@ -20,7 +20,7 @@
lux/test)
(do-template [<category> <generator> <=> <+> <-> <*> </> <%>]
- [(test: (format <category> " aritmetic")
+ [(test: (format <category> " arihtmetic")
[x <generator>
y <generator>]
($_ seq
@@ -39,7 +39,7 @@
["Nat" R;nat n.= n.+ n.- n.* n./ n.%]
["Int" R;int i.= i.+ i.- i.* i./ i.%]
["Real" R;real r.= r.+ r.- r.* r./ r.%]
- ["Frac" R;frac f.= f.+ f.- f.* f./ f.%]
+ ## ["Frac" R;frac f.= f.+ f.- f.* f./ f.%]
)
(do-template [<category> <generator> <lt> <lte> <gt> <gte>]