aboutsummaryrefslogtreecommitdiff
path: root/stdlib/test/tests.lux
diff options
context:
space:
mode:
authorEduardo Julian2017-08-03 19:45:26 -0400
committerEduardo Julian2017-08-03 19:45:26 -0400
commitcb129986c4f97ae947ef582e9a5417db83b28e4c (patch)
tree0c7f9295d4d74b95e97ed3688c50c82572b229cb /stdlib/test/tests.lux
parent0c3c53a714019a543e70e0751387b5dfccc3b872 (diff)
- Implemented Agent-Oriented Programming.
Diffstat (limited to '')
-rw-r--r--stdlib/test/tests.lux2
1 files changed, 2 insertions, 0 deletions
diff --git a/stdlib/test/tests.lux b/stdlib/test/tests.lux
index 39ac02d5e..2f1da760f 100644
--- a/stdlib/test/tests.lux
+++ b/stdlib/test/tests.lux
@@ -13,6 +13,7 @@
["_;" duration]
["_;" date])
(concurrency ["_;" actor]
+ ["_;" space]
["_;" atom]
["_;" frp]
["_;" promise]
@@ -71,6 +72,7 @@
))
(lux (control [contract]
[concatenative])
+ (concurrency [space])
(data [env]
[trace]
[store]