mirror of
https://github.com/nim-lang/Nim.git
synced 2026-01-04 12:07:51 +00:00
hashes: quickfix one test
This commit is contained in:
@@ -346,7 +346,7 @@ when isMainModule:
|
||||
block smallSize: # no multibyte hashing
|
||||
let
|
||||
xx = @['H','e','l','l','o']
|
||||
ii = @[72, 101, 108, 108, 111]
|
||||
ii = @[72'i8, 101, 108, 108, 111]
|
||||
ss = "Hello"
|
||||
doAssert hash(xx) == hash(ii)
|
||||
doAssert hash(xx) == hash(ss)
|
||||
|
||||
Reference in New Issue
Block a user