aboutsummaryrefslogtreecommitdiff
path: root/stdlib/test/tests.lux
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--stdlib/test/tests.lux6
1 files changed, 3 insertions, 3 deletions
diff --git a/stdlib/test/tests.lux b/stdlib/test/tests.lux
index c5c7fd934..9e7c1c246 100644
--- a/stdlib/test/tests.lux
+++ b/stdlib/test/tests.lux
@@ -21,11 +21,11 @@
["_;" state]
["_;" cont]
(struct ["_;" stream]))
- (concurrency [actor]
+ (concurrency ["_;" actor]
["_;" atom]
- [frp]
+ ["_;" frp]
["_;" promise]
- [stm])
+ ["_;" stm])
(control [effect])
(data [bit]
[bool]