aboutsummaryrefslogtreecommitdiff
path: root/stdlib/test/tests.lux
diff options
context:
space:
mode:
authorEduardo Julian2017-12-31 00:51:30 -0400
committerEduardo Julian2017-12-31 00:51:30 -0400
commit8f071917892ac919b91da12c2bf02d5d9b79f81a (patch)
tree8e5db500499241f6637cb1c5877314d4405390f6 /stdlib/test/tests.lux
parent59d674d660b4e52ec54ef046024b850b4eeb7a0f (diff)
- Added bit-sets.
Diffstat (limited to '')
-rw-r--r--stdlib/test/tests.lux3
1 files changed, 2 insertions, 1 deletions
diff --git a/stdlib/test/tests.lux b/stdlib/test/tests.lux
index e234b6b48..ecce3d56b 100644
--- a/stdlib/test/tests.lux
+++ b/stdlib/test/tests.lux
@@ -39,6 +39,7 @@
(format ["_." json]
["_." xml])
(coll ["_." array]
+ ["_." bits]
["_." dict]
["_." list]
["_." queue]
@@ -66,7 +67,7 @@
["poly_." functor]))
(type ["_." implicit]
["_." object])
- (lang ["lang_." syntax]
+ (lang ["lang/_." syntax]
["_." type]
(type ["_." check]))
(world ["_." blob]