aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorame <[email protected]>2023-12-04 01:04:57 -0600
committerame <[email protected]>2023-12-04 01:04:57 -0600
commit0cb307c50930d9aba2b1a6af46c1da75943778d3 (patch)
tree054f19eb9afeb242539cdf17bbed77898220c0cc /tests
parent7eb07ccdca178abffe5ffccf686b4f818db3601d (diff)
crypto stuff and (some) file io
Diffstat (limited to 'tests')
-rw-r--r--tests/hash.lua2
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