aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/test/lux/control/region.lux
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--stdlib/source/test/lux/control/region.lux10
1 files changed, 5 insertions, 5 deletions
diff --git a/stdlib/source/test/lux/control/region.lux b/stdlib/source/test/lux/control/region.lux
index abda4177c..3e2bc2610 100644
--- a/stdlib/source/test/lux/control/region.lux
+++ b/stdlib/source/test/lux/control/region.lux
@@ -100,7 +100,7 @@
(thread.run
(do {! thread.monad}
[clean_up_counter (thread.box 0)
- #let [//@ !
+ .let [//@ !
count_clean_up (function (_ value)
(do !
[_ (thread.update inc clean_up_counter)]
@@ -118,7 +118,7 @@
(thread.run
(do {! thread.monad}
[clean_up_counter (thread.box 0)
- #let [//@ !
+ .let [//@ !
count_clean_up (function (_ value)
(do !
[_ (thread.update inc clean_up_counter)]
@@ -137,7 +137,7 @@
(thread.run
(do {! thread.monad}
[clean_up_counter (thread.box 0)
- #let [//@ !
+ .let [//@ !
count_clean_up (function (_ value)
(do !
[_ (thread.update inc clean_up_counter)]
@@ -156,7 +156,7 @@
(thread.run
(do {! thread.monad}
[clean_up_counter (thread.box 0)
- #let [//@ !
+ .let [//@ !
count_clean_up (function (_ value)
(do !
[_ (thread.update inc clean_up_counter)]
@@ -176,7 +176,7 @@
(thread.run
(do {! thread.monad}
[clean_up_counter (thread.box 0)
- #let [//@ !]
+ .let [//@ !]
outcome (/.run !
(do (/.monad !)
[_ (/.lift //@ (thread.write expected_clean_ups clean_up_counter))]