aboutsummaryrefslogtreecommitdiff
path: root/tests/s.lua
diff options
context:
space:
mode:
authorame <[email protected]>2024-07-11 12:49:35 -0500
committerame <[email protected]>2024-07-11 12:49:35 -0500
commit701d2e4fbb05dc0718d0969a7de3720fc1760abc (patch)
tree15f3f696f57b39f8158ad14ce6144ea5dd8b3ba0 /tests/s.lua
parente15e58cc2fda7d9a6ed22fcb7be35e097d745c74 (diff)
make reg return table
Diffstat (limited to 'tests/s.lua')
-rw-r--r--tests/s.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/s.lua b/tests/s.lua
index 065408a..ae84e25 100644
--- a/tests/s.lua
+++ b/tests/s.lua
@@ -1,6 +1,6 @@
local t = function (a) end
-require "llib"
+llib = require "llib"
local a = llib.crypto.md5()
--llib.io.pprint(_ENV.a)