aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/test/lux/control.lux
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/source/test/lux/control.lux')
-rw-r--r--stdlib/source/test/lux/control.lux2
1 files changed, 2 insertions, 0 deletions
diff --git a/stdlib/source/test/lux/control.lux b/stdlib/source/test/lux/control.lux
index 3a6491f25..e90ab54f1 100644
--- a/stdlib/source/test/lux/control.lux
+++ b/stdlib/source/test/lux/control.lux
@@ -12,6 +12,7 @@
["#." pipe]
["#." reader]
["#." region]
+ ["#." remember]
["#." state]
["#." thread]
["#." writer]
@@ -72,6 +73,7 @@
/pipe.test
/reader.test
/region.test
+ /remember.test
/state.test
/thread.test
/writer.test