aboutsummaryrefslogtreecommitdiff
path: root/tests/s.lua
diff options
context:
space:
mode:
authoramelia squires <[email protected]>2025-04-16 13:09:46 -0500
committeramelia squires <[email protected]>2025-04-16 13:09:46 -0500
commit009eb7d43d9582856c275ad3b16f7e3ff94209cc (patch)
tree6d1f5ea000a6d72164a5b6e05b68dfbe0371ae06 /tests/s.lua
parentdd7a8af4050454c3901987bff24a77334f892cc4 (diff)
merge thingy
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
deleted file mode 100644
index ae84e25..0000000
--- a/tests/s.lua
+++ /dev/null
@@ -1,15 +0,0 @@
-local t = function (a) end
-
-llib = require "llib"
-
-local a = llib.crypto.md5()
---llib.io.pprint(_ENV.a)
-
-for i = 1,200 do
- awa = function(a) end
- llib.thread.async(awa):await()
-end
-
-if a:final() ~= "d41d8cd98f00b204e9800998ecf8427e" then
- print(a:final())
-end