diff options
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 |
