aboutsummaryrefslogtreecommitdiff
path: root/tests/hash.lua
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
commit7832bc32b4933696e7a34b180bbba46b0c98b858 (patch)
tree054f19eb9afeb242539cdf17bbed77898220c0cc /tests/hash.lua
parentb224d2f0b9b344a08c6c508d61f15bdf205464f8 (diff)
crypto stuff and (some) file io
Diffstat (limited to 'tests/hash.lua')
-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