aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/test/lux/tool/compiler/language/lux/analysis/macro.lux
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--stdlib/source/test/lux/tool/compiler/language/lux/analysis/macro.lux4
1 files changed, 2 insertions, 2 deletions
diff --git a/stdlib/source/test/lux/tool/compiler/language/lux/analysis/macro.lux b/stdlib/source/test/lux/tool/compiler/language/lux/analysis/macro.lux
index ff54e0902..05c17f492 100644
--- a/stdlib/source/test/lux/tool/compiler/language/lux/analysis/macro.lux
+++ b/stdlib/source/test/lux/tool/compiler/language/lux/analysis/macro.lux
@@ -16,7 +16,7 @@
["[0]" text (.open: "[1]#[0]" equivalence)]
[collection
["[0]" list (.open: "[1]#[0]" monad)]]]
- [macro
+ ["[0]" macro (.only)
["[0]" code (.open: "[1]#[0]" equivalence)]]
[math
["[0]" random (.only Random) (.open: "[1]#[0]" monad)]
@@ -44,7 +44,7 @@
(def: (expander macro inputs state)
/.Expander
- {try.#Success ((.macro macro) inputs state)})
+ {try.#Success ((macro.function macro) inputs state)})
(def: .public test
Test