From af975d63f67e6cc2d17f1804acb66328905f8701 Mon Sep 17 00:00:00 2001 From: amelia squires Date: Mon, 21 Apr 2025 20:43:51 -0500 Subject: better version support, fixes, and memory saftey --- tests/hash.lua | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'tests/hash.lua') 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 -- cgit v1.2.3