From 7832bc32b4933696e7a34b180bbba46b0c98b858 Mon Sep 17 00:00:00 2001 From: ame Date: Mon, 4 Dec 2023 01:04:57 -0600 Subject: crypto stuff and (some) file io --- tests/hash.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/hash.lua b/tests/hash.lua index e26802c..5f9d523 100644 --- a/tests/hash.lua +++ b/tests/hash.lua @@ -5,7 +5,7 @@ function test(name,b,exp) if not (hash == exp) then print(name.." not working, got "..hash.." wanted "..exp) else - --print(name.." was correct, "..hash) + print(name.." was correct, "..hash) end end -- cgit v1.2.3