aboutsummaryrefslogtreecommitdiff
path: root/tests/hash.lua
diff options
context:
space:
mode:
authorame <[email protected]>2024-08-03 02:30:02 -0500
committerame <[email protected]>2024-08-03 02:30:02 -0500
commit37dc46c19843f3328e06c7199548238f056c1a6b (patch)
treecbfee9fffc70d07bfd6b632e1f73b17da19d578c /tests/hash.lua
parent3aaf4185c489830ff6c56c9a359584d5003f92ec (diff)
fix tests, module based require, thread improvments
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 b35515a..60d33a8 100644
--- a/tests/hash.lua
+++ b/tests/hash.lua
@@ -1,4 +1,4 @@
-llib = require "llib"
+llib = require "lullaby"
local hashes_working = 0
local hashes_failed = 0