diff options
| author | ame <[email protected]> | 2023-12-04 01:04:57 -0600 |
|---|---|---|
| committer | ame <[email protected]> | 2023-12-04 01:04:57 -0600 |
| commit | 7832bc32b4933696e7a34b180bbba46b0c98b858 (patch) | |
| tree | 054f19eb9afeb242539cdf17bbed77898220c0cc /tests/hash.lua | |
| parent | b224d2f0b9b344a08c6c508d61f15bdf205464f8 (diff) | |
crypto stuff and (some) file io
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 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 |
