aboutsummaryrefslogtreecommitdiff
path: root/stdlib/test/tests.lux
diff options
context:
space:
mode:
authorEduardo Julian2017-11-15 23:22:30 -0400
committerEduardo Julian2017-11-15 23:22:30 -0400
commit190b512a822fefbb9c66271feb189cc6ccebaf85 (patch)
tree6d317f54649be741c67e03c71a8b6006b83f00ec /stdlib/test/tests.lux
parentf11c10f72d003555d76c9803954e2bd8b347362d (diff)
- Re-named "lux/meta" to to "lux/macro".
Diffstat (limited to 'stdlib/test/tests.lux')
-rw-r--r--stdlib/test/tests.lux10
1 files changed, 5 insertions, 5 deletions
diff --git a/stdlib/test/tests.lux b/stdlib/test/tests.lux
index 34f6ef8b0..3f02bf694 100644
--- a/stdlib/test/tests.lux
+++ b/stdlib/test/tests.lux
@@ -62,10 +62,10 @@
(math ["_;" random]
(logic ["_;" continuous]
["_;" fuzzy]))
- (meta ["_;" code]
- ["_;" syntax]
- (poly ["poly_;" eq]
- ["poly_;" functor]))
+ (macro ["_;" code]
+ ["_;" syntax]
+ (poly ["poly_;" eq]
+ ["poly_;" functor]))
(type ["_;" implicit]
["_;" object])
(lang ["lang_;" syntax]
@@ -88,7 +88,7 @@
[css])
(coll (tree ["tree_;" parser])))
(math [random])
- [meta]
+ [macro]
(type [unit])
[world/env])
)