aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/test/lux/macro.lux
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--stdlib/source/test/lux/macro.lux4
1 files changed, 2 insertions, 2 deletions
diff --git a/stdlib/source/test/lux/macro.lux b/stdlib/source/test/lux/macro.lux
index 248a63400..8dc0c64db 100644
--- a/stdlib/source/test/lux/macro.lux
+++ b/stdlib/source/test/lux/macro.lux
@@ -61,7 +61,7 @@
(do {! random.monad}
[seed random.nat
gensym_prefix (random.ascii/upper 1)
- #let [macro_module (name.module (name_of /._))
+ .let [macro_module (name.module (name_of /._))
current_module (name.module (name_of .._))]]
(in [seed
gensym_prefix
@@ -113,7 +113,7 @@
pow/1 (\ ! map code.nat random.nat)
repetitions (\ ! map (nat.% 10) random.nat)
- #let [single_expansion (` (..pow/2 (..pow/2 (~ pow/1))))
+ .let [single_expansion (` (..pow/2 (..pow/2 (~ pow/1))))
expansion (` (nat.* (..pow/2 (~ pow/1))
(..pow/2 (~ pow/1))))
full_expansion (` (nat.* (nat.* (~ pow/1) (~ pow/1))