aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/test/lux/macro.lux
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/source/test/lux/macro.lux')
-rw-r--r--stdlib/source/test/lux/macro.lux2
1 files changed, 1 insertions, 1 deletions
diff --git a/stdlib/source/test/lux/macro.lux b/stdlib/source/test/lux/macro.lux
index fa117e96b..ec8b70644 100644
--- a/stdlib/source/test/lux/macro.lux
+++ b/stdlib/source/test/lux/macro.lux
@@ -125,7 +125,7 @@
(try.else false)))
(_.cover [<logger>]
- (and (|> (/.single_expansion (` (<logger> (~' #omit) (..pow/4 (~ pow/1)))))
+ (and (|> (/.single_expansion (` (<logger> "omit" (..pow/4 (~ pow/1)))))
(meta.result lux)
(try\each (\ (list.equivalence code.equivalence) = (list)))
(try.else false))