aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/test/lux/world.lux
diff options
context:
space:
mode:
authorEduardo Julian2019-06-20 19:49:34 -0400
committerEduardo Julian2019-06-20 19:49:34 -0400
commitfcee38da766a683ed5569978be153c6e7a8ae0af (patch)
tree8d75d3c70de9f3ec4518a58d88b036207f4cc9d3 /stdlib/source/test/lux/world.lux
parent67687850677bb34df37d6e9d1a2578d1198108d6 (diff)
Removed the TCP & UDP code for the moment.
It needs to be re-designed with a multi-platform focus in mind.
Diffstat (limited to 'stdlib/source/test/lux/world.lux')
-rw-r--r--stdlib/source/test/lux/world.lux5
1 files changed, 0 insertions, 5 deletions
diff --git a/stdlib/source/test/lux/world.lux b/stdlib/source/test/lux/world.lux
index b23b29dbe..bfd9e6194 100644
--- a/stdlib/source/test/lux/world.lux
+++ b/stdlib/source/test/lux/world.lux
@@ -4,9 +4,6 @@
["." / #_
["#." binary]
["#." file]
- ["#." net #_
- ["#/." tcp]
- ["#/." udp]]
])
(def: #export test
@@ -14,6 +11,4 @@
($_ _.and
/binary.test
/file.test
- /net/tcp.test
- /net/udp.test
))