aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/test/lux/control.lux
diff options
context:
space:
mode:
authorEduardo Julian2019-03-21 20:02:50 -0400
committerEduardo Julian2019-03-21 20:02:50 -0400
commite5b99ce316436fbf38dd7c686e6a10f13c8b56d4 (patch)
tree5b4f813bc9d10eef1d6010dc85265c38ed534286 /stdlib/source/test/lux/control.lux
parent382fc9298fb10f7aac5aa541ce3001580e9bd6d0 (diff)
Fixed a bug in the FRP/channel monad.
Diffstat (limited to 'stdlib/source/test/lux/control.lux')
-rw-r--r--stdlib/source/test/lux/control.lux9
1 files changed, 6 insertions, 3 deletions
diff --git a/stdlib/source/test/lux/control.lux b/stdlib/source/test/lux/control.lux
index 22bd9741c..8bfd57da0 100644
--- a/stdlib/source/test/lux/control.lux
+++ b/stdlib/source/test/lux/control.lux
@@ -25,13 +25,15 @@
($_ _.and
/actor.test
/atom.test
- /frp.test))
+ /frp.test
+ ))
(def: security
Test
($_ _.and
/privacy.test
- /integrity.test))
+ /integrity.test
+ ))
(def: #export test
Test
@@ -48,4 +50,5 @@
/thread.test
/writer.test
..concurrency
- ..security))
+ ..security
+ ))