aboutsummaryrefslogtreecommitdiff
path: root/stdlib/test/tests.lux
diff options
context:
space:
mode:
authorEduardo Julian2017-10-16 23:24:21 -0400
committerEduardo Julian2017-10-16 23:24:21 -0400
commit6ffd0692d840298850307497f5275c44d0ff8f5d (patch)
tree0f93440bfc7aea35ba4583fa23828cac782bbdbc /stdlib/test/tests.lux
parentb5e5cceb9f985a31581a76d71301b393d88f34a8 (diff)
- Re-named "Lux" type to "Meta".
- Moved lux/type/* under lux/meta/*.
Diffstat (limited to '')
-rw-r--r--stdlib/test/tests.lux20
1 files changed, 10 insertions, 10 deletions
diff --git a/stdlib/test/tests.lux b/stdlib/test/tests.lux
index 8d20ef379..aa816c4d3 100644
--- a/stdlib/test/tests.lux
+++ b/stdlib/test/tests.lux
@@ -62,14 +62,14 @@
(math ["_;" random]
(logic ["_;" continuous]
["_;" fuzzy]))
- (macro ["_;" code]
- ["_;" syntax]
- (poly ["poly_;" eq]
- ["poly_;" functor]))
- ["_;" type]
- (type ["_;" check]
- ["_;" auto]
- ["_;" object])
+ (meta ["_;" code]
+ ["_;" syntax]
+ (poly ["poly_;" eq]
+ ["poly_;" functor])
+ ["_;" type]
+ (type ["_;" check]
+ ["_;" auto]
+ ["_;" object]))
(world ["_;" blob]
["_;" file]
(net ["_;" tcp]
@@ -86,9 +86,9 @@
[html]
[css])
(coll (tree ["tree_;" parser])))
- [macro]
(math [random])
- (type [unit])
+ [meta]
+ (meta (type [unit]))
[world/env])
)