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.lux8
1 files changed, 4 insertions, 4 deletions
diff --git a/stdlib/test/tests.lux b/stdlib/test/tests.lux
index 3e1d6b5f3..34f6ef8b0 100644
--- a/stdlib/test/tests.lux
+++ b/stdlib/test/tests.lux
@@ -65,9 +65,9 @@
(meta ["_;" code]
["_;" syntax]
(poly ["poly_;" eq]
- ["poly_;" functor])
- (type ["_;" implicit]
- ["_;" object]))
+ ["poly_;" functor]))
+ (type ["_;" implicit]
+ ["_;" object])
(lang ["lang_;" syntax]
["_;" type]
(type ["_;" check]))
@@ -89,7 +89,7 @@
(coll (tree ["tree_;" parser])))
(math [random])
[meta]
- (meta (type [unit]))
+ (type [unit])
[world/env])
)