diff options
| author | ame <[email protected]> | 2024-08-03 02:30:02 -0500 |
|---|---|---|
| committer | ame <[email protected]> | 2024-08-03 02:30:02 -0500 |
| commit | 76ce905ef3e93f067b6d06458186bcf9eb9b5c01 (patch) | |
| tree | cbfee9fffc70d07bfd6b632e1f73b17da19d578c /tests/hash.lua | |
| parent | 2d9c55685ef75b8cf2cbc4eabd4b2875a354acba (diff) | |
fix tests, module based require, thread improvments
Diffstat (limited to 'tests/hash.lua')
| -rw-r--r-- | tests/hash.lua | 2 |
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
|
