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.lux16
1 files changed, 8 insertions, 8 deletions
diff --git a/stdlib/test/tests.lux b/stdlib/test/tests.lux
index ffe0628bf..2a7615dac 100644
--- a/stdlib/test/tests.lux
+++ b/stdlib/test/tests.lux
@@ -22,8 +22,8 @@
["_;" frp]
["_;" promise]
["_;" stm])
- (control ["_;" interval])
- ["_;" effect]
+ (control ["_;" effect]
+ ["_;" interval])
(data [bit]
[bool]
[char]
@@ -47,7 +47,7 @@
[set]
[ordered]
[stack]
- ## [vector]
+ [vector]
(tree [rose]
[zipper])
["_;" seq]
@@ -55,10 +55,11 @@
(text [format])
)
["_;" math]
- (math ## ["_;" random]
- ["_;" simple]
+ (math ["_;" simple]
(logic ["_;" continuous]
- ["_;" fuzzy]))
+ ["_;" fuzzy])
+ ## ["_;" random]
+ )
## ["_;" macro]
(macro ["_;" ast]
["_;" syntax]
@@ -68,8 +69,7 @@
["_;" type]
(type ["_;" check]
["_;" auto])
- )
- ))
+ )))
## [Program]
(program: args