diff --git a/tests/stdlib/thashes.nim b/tests/stdlib/thashes.nim index 5f9e3eb66c2c7..2987a93a84952 100644 --- a/tests/stdlib/thashes.nim +++ b/tests/stdlib/thashes.nim @@ -23,7 +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 wy123 != 0 check hashWangYi1(123) == wy123 test "hashIdentity value incorrect at 456":