Skip to content

Commit

Permalink
test for issue nim-lang#15624 and PR nim-lang#15915 for patch nim-lan…
Browse files Browse the repository at this point in the history
  • Loading branch information
bung87 committed Nov 13, 2020
1 parent c39fa0d commit fa14573
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/stdlib/thashes.nim
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@

discard """
targets: '''c c++ js'''
output: '''
[Suite] hashes
Expand All @@ -22,6 +23,7 @@ suite "hashes":

test "VM and runtime should make the same hash value (hashWangYi1)":
const wy123 = hashWangYi1(123)
doAssert wy123 != 0, "need result = in hashWangYi1 see PR 15915 "
check hashWangYi1(123) == wy123

test "hashIdentity value incorrect at 456":
Expand Down

0 comments on commit fa14573

Please sign in to comment.