aboutsummaryrefslogtreecommitdiff
path: root/stdlib/test/tests.lux
diff options
context:
space:
mode:
authorEduardo Julian2017-03-24 17:38:39 -0400
committerEduardo Julian2017-03-24 17:38:39 -0400
commit1d7a328afcb649fa0a69f6df4bd7b1ca6aa8a59c (patch)
tree28ea536fd1172bac2be78d341002704f62f23def /stdlib/test/tests.lux
parentf6cb4f22329a4c60821fbd03749667adc703b19b (diff)
- Moved lux/random to lux/math/random.
- Moved lux/math/ratio to lux/number/ratio. - Moved lux/math/complex to lux/number/complex.
Diffstat (limited to '')
-rw-r--r--stdlib/test/tests.lux6
1 files changed, 3 insertions, 3 deletions
diff --git a/stdlib/test/tests.lux b/stdlib/test/tests.lux
index e3d0e15c3..ce01da97e 100644
--- a/stdlib/test/tests.lux
+++ b/stdlib/test/tests.lux
@@ -32,6 +32,8 @@
[log]
[maybe]
[number]
+ (number ["_;" ratio]
+ ["_;" complex])
[product]
[sum]
[text]
@@ -49,9 +51,7 @@
(text [format])
)
["_;" math]
- (math ["_;" ratio]
- ["_;" complex]
- ## ["_;" random]
+ (math ## ["_;" random]
["_;" simple]
(logic ["_;" continuous]
["_;" fuzzy]))