aboutsummaryrefslogtreecommitdiff
path: root/gem/t4.lua
diff options
context:
space:
mode:
authorThijs Schreijer <thijs@thijsschreijer.nl>2022-03-23 16:01:50 +0100
committerThijs Schreijer <thijs@thijsschreijer.nl>2022-03-29 13:33:00 +0200
commit7187be8b76452aa968726180af24deaaa545431d (patch)
tree201997c2b60c3f882fd845ff04828da8428aceba /gem/t4.lua
parent0fc0122df8050db8cbb75f75927ab3ace0fc60bd (diff)
downloadluasocket-7187be8b76452aa968726180af24deaaa545431d.tar.gz
luasocket-7187be8b76452aa968726180af24deaaa545431d.tar.bz2
luasocket-7187be8b76452aa968726180af24deaaa545431d.zip
cleanup; delete the ./gem folder
Diffstat (limited to 'gem/t4.lua')
-rw-r--r--gem/t4.lua10
1 files changed, 0 insertions, 10 deletions
diff --git a/gem/t4.lua b/gem/t4.lua
deleted file mode 100644
index 8b8071c..0000000
--- a/gem/t4.lua
+++ /dev/null
@@ -1,10 +0,0 @@
1source = {}
2sink = {}
3pump = {}
4filter = {}
5
6-- source.file
7dofile("ex5.lua")
8
9-- run test
10dofile("ex9.lua")