aboutsummaryrefslogtreecommitdiff
path: root/stdlib/test/tests.lux
diff options
context:
space:
mode:
authorEduardo Julian2016-12-18 11:42:20 -0400
committerEduardo Julian2016-12-18 11:42:20 -0400
commitc85654fe58058eb1b5529e6c392b1bc55bd05862 (patch)
treee7f18264f56166af8052358d209fb804e2de3b1b /stdlib/test/tests.lux
parentb24257095b4f979e859b6d493ec00dd4a68a6158 (diff)
- Fixed a bug in the way effect-handling worked.
- Added tests for lux/control/effect.
Diffstat (limited to 'stdlib/test/tests.lux')
-rw-r--r--stdlib/test/tests.lux2
1 files changed, 1 insertions, 1 deletions
diff --git a/stdlib/test/tests.lux b/stdlib/test/tests.lux
index ebb6c6999..fba3e139f 100644
--- a/stdlib/test/tests.lux
+++ b/stdlib/test/tests.lux
@@ -26,6 +26,7 @@
[frp]
["_;" promise]
[stm])
+ (control [effect])
(data [bit]
[bool]
[char]
@@ -66,7 +67,6 @@
["_;" type]
(type ["_;" check]
["_;" auto])
- ## (control [effect])
)
))