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.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])
)