aboutsummaryrefslogtreecommitdiff
path: root/tests/s.lua
diff options
context:
space:
mode:
Diffstat (limited to 'tests/s.lua')
-rw-r--r--tests/s.lua15
1 files changed, 0 insertions, 15 deletions
diff --git a/tests/s.lua b/tests/s.lua
index a543ff0..bac5072 100644
--- a/tests/s.lua
+++ b/tests/s.lua
@@ -1,17 +1,2 @@
require "llib"
-function _G.sleep (a)
- local sec = tonumber(os.clock() + a);
- while (os.clock() < sec) do
- end
-end
-for i=1,50 do
- llib.net.spawn(function()
- local sec = tonumber(os.clock() + 1);
- while (os.clock() < sec) do
- end
- print("hi")
- end)
-end
-
-while true do end \ No newline at end of file