aboutsummaryrefslogtreecommitdiff
path: root/stdlib/test/test/lux/macro/syntax.lux
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--stdlib/test/test/lux/macro/syntax.lux2
1 files changed, 1 insertions, 1 deletions
diff --git a/stdlib/test/test/lux/macro/syntax.lux b/stdlib/test/test/lux/macro/syntax.lux
index 11d456236..19607f16e 100644
--- a/stdlib/test/test/lux/macro/syntax.lux
+++ b/stdlib/test/test/lux/macro/syntax.lux
@@ -11,7 +11,7 @@
[ident]
[error #- fail])
["R" math/random]
- [compiler]
+ [macro]
(macro [ast]
["s" syntax #+ syntax: Syntax]))
lux/test)