diff options
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/hash.lua | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/hash.lua b/tests/hash.lua index d314167..898b0e6 100644 --- a/tests/hash.lua +++ b/tests/hash.lua @@ -2,6 +2,10 @@ llib = require "lullaby" --llib.io.log = function() end
+if table.unpack == nil then
+ table.unpack = llib.array.unpack
+end
+
local hashes_working = 0
local hashes_failed = 0
local functions_working = 0
|
