aboutsummaryrefslogtreecommitdiff
path: root/stdlib/test/tests.lux
diff options
context:
space:
mode:
authorEduardo Julian2017-11-15 22:30:57 -0400
committerEduardo Julian2017-11-15 22:30:57 -0400
commitf11c10f72d003555d76c9803954e2bd8b347362d (patch)
treef484e9876e6a4d5bba9098315155d7d898766bc9 /stdlib/test/tests.lux
parent53ccae1625d46cf57247b9fb1cb9f4c28b0a0ad4 (diff)
- Moved "/type/*" to from "lux/meta/" to "lux/".
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])
)