aboutsummaryrefslogtreecommitdiff
path: root/stdlib/test/tests.lux
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/test/tests.lux')
-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]))