aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/lux/platform/compiler/phase/analysis/macro.lux
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/source/lux/platform/compiler/phase/analysis/macro.lux')
-rw-r--r--stdlib/source/lux/platform/compiler/phase/analysis/macro.lux2
1 files changed, 1 insertions, 1 deletions
diff --git a/stdlib/source/lux/platform/compiler/phase/analysis/macro.lux b/stdlib/source/lux/platform/compiler/phase/analysis/macro.lux
index af12c747d..64dabaf43 100644
--- a/stdlib/source/lux/platform/compiler/phase/analysis/macro.lux
+++ b/stdlib/source/lux/platform/compiler/phase/analysis/macro.lux
@@ -64,7 +64,7 @@
(#error.Success output)
(#error.Success output)
- (#error.Error error)
+ (#error.Failure error)
((///.throw expansion-failed [name inputs error]) state)))))
(def: #export (expand-one name macro inputs)