diff options
Diffstat (limited to 'stdlib/test/tests.lux')
-rw-r--r-- | stdlib/test/tests.lux | 3 |
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] |