aboutsummaryrefslogtreecommitdiff
path: root/stdlib/test/test/lux.lux
diff options
context:
space:
mode:
authorEduardo Julian2017-04-11 00:01:51 -0400
committerEduardo Julian2017-04-11 00:01:51 -0400
commite74edcf1040303a7c25d34bbfb391a75f011a4ac (patch)
tree2d858e6ec89bce60bab85e6b8a1a55da9e003c8b /stdlib/test/test/lux.lux
parentcb792cb800790e89b371832e46cfe958b7c683d0 (diff)
- Fused the lux/compiler and lux/macro modules.
Diffstat (limited to '')
-rw-r--r--stdlib/test/test/lux.lux2
1 files changed, 1 insertions, 1 deletions
diff --git a/stdlib/test/test/lux.lux b/stdlib/test/test/lux.lux
index 225467526..fd69b1e22 100644
--- a/stdlib/test/test/lux.lux
+++ b/stdlib/test/test/lux.lux
@@ -7,7 +7,7 @@
["R" math/random]
(data [text "T/" Eq<Text>]
text/format)
- [compiler]
+ [macro]
(macro ["s" syntax #+ syntax:])))
(test: "Value identity."