aboutsummaryrefslogtreecommitdiff
path: root/tests/hash.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
commit42838a87b8f49db2ae5781498edf4192c61a21a6 (patch)
tree15f3f696f57b39f8158ad14ce6144ea5dd8b3ba0 /tests/hash.lua
parent5eb06c6392931f84a2cf254627de0a10467ef99c (diff)
make reg return table
Diffstat (limited to 'tests/hash.lua')
-rw-r--r--tests/hash.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/hash.lua b/tests/hash.lua
index dce011f..b35515a 100644
--- a/tests/hash.lua
+++ b/tests/hash.lua
@@ -1,4 +1,4 @@
-require "llib"
+llib = require "llib"
local hashes_working = 0
local hashes_failed = 0