From 91cd93a50347d39c286366c32c723fd861c5975e Mon Sep 17 00:00:00 2001 From: Eduardo Julian Date: Mon, 25 Mar 2019 00:03:22 -0400 Subject: Ported tests for world-related modules. --- stdlib/source/test/lux.lux | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) (limited to 'stdlib/source/test/lux.lux') diff --git a/stdlib/source/test/lux.lux b/stdlib/source/test/lux.lux index 191a664ce..d0dc4f257 100644 --- a/stdlib/source/test/lux.lux +++ b/stdlib/source/test/lux.lux @@ -119,6 +119,7 @@ ["#." math] ["#." time] ["#." type] + ["#." world] ["#." host ["#/." jvm]]] ## [control @@ -142,12 +143,6 @@ ## ["_.S" structure] ## ["_.S" case] ## ["_.S" function]]]]] - ## [world - ## [binary (#+)] - ## [file (#+)] - ## [net - ## [tcp (#+)] - ## [udp (#+)]]] )) (def: identity @@ -372,8 +367,8 @@ /math.test) (<| (_.context "/time") /time.test) - (<| (_.context "/type") - /type.test) + /type.test + /world.test (<| (_.context "/host Host-platform interoperation") ($_ _.and /host.test -- cgit v1.2.3