aboutsummaryrefslogtreecommitdiff
path: root/stdlib/test/tests.lux
diff options
context:
space:
mode:
authorEduardo Julian2018-02-07 00:37:35 -0400
committerEduardo Julian2018-02-07 00:37:35 -0400
commit844a44f87bd03fc9c65e18149c6dd2ccf8e9cb32 (patch)
treed94e855ddf39c710f2cecf52f6e43851fdfb25d5 /stdlib/test/tests.lux
parent17d5280a5e05c70cdb0b2cf44606c186b000c7c1 (diff)
- Improved the way exceptions work.
Diffstat (limited to '')
-rw-r--r--stdlib/test/tests.lux9
1 files changed, 5 insertions, 4 deletions
diff --git a/stdlib/test/tests.lux b/stdlib/test/tests.lux
index 26a4212cc..98044e7d1 100644
--- a/stdlib/test/tests.lux
+++ b/stdlib/test/tests.lux
@@ -13,7 +13,8 @@
["_." atom]
["_." frp]
["_." promise]
- ["_." stm])
+ ["_." stm]
+ ["_." semaphore])
(control ["_." exception]
["_." interval]
["_." pipe]
@@ -68,15 +69,15 @@
(poly ["poly_." eq]
["poly_." functor]))
(type ["_." implicit]
- ["_." object])
+ ["_." object]
+ ["_." resource])
(lang ["lang/_." syntax]
["_." type]
(type ["_." check]))
(world ["_." blob]
["_." file]
(net ["_." tcp]
- ["_." udp]))
- ))
+ ["_." udp]))))
(lux (control [contract]
[concatenative]
[predicate])