From 01fefc04c2acf1e6d2e702e3eb91a31b662be8fa Mon Sep 17 00:00:00 2001 From: Eduardo Julian Date: Sun, 24 Mar 2019 21:48:08 -0400 Subject: Ported tests for type-related modules. --- stdlib/source/test/lux.lux | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'stdlib/source/test/lux.lux') diff --git a/stdlib/source/test/lux.lux b/stdlib/source/test/lux.lux index f50cdf48a..191a664ce 100644 --- a/stdlib/source/test/lux.lux +++ b/stdlib/source/test/lux.lux @@ -118,17 +118,13 @@ ["#." macro] ["#." math] ["#." time] + ["#." type] ["#." host ["#/." jvm]]] ## [control ## [concurrency ## ## [semaphore (#+)] ## ]] - ## [type ## (#+) - ## ## [check (#+)] - ## ## [implicit (#+)] ## TODO: FIX Specially troublesome... - ## ## [resource (#+)] - ## [dynamic (#+)]] ## [compiler ## [default ## ["_default/." syntax] @@ -376,6 +372,8 @@ /math.test) (<| (_.context "/time") /time.test) + (<| (_.context "/type") + /type.test) (<| (_.context "/host Host-platform interoperation") ($_ _.and /host.test @@ -384,5 +382,7 @@ )) (program: args - (io (_.run! (<| (_.times 100) - ..test)))) + (<| io + _.run! + (_.times 100) + ..test)) -- cgit v1.2.3