diff options
author | c-blake <c-blake@users.noreply.github.com> | 2024-07-07 10:51:42 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-07-07 12:51:42 +0200 |
commit | 4faa15f3ad6504c3ba808e63ecd729d3fc3cb78a (patch) | |
tree | f60e8f2524195c8605d6f3e8e6c478a5534f0ab9 /tests/stdlib/tstrutils.nim | |
parent | 1dcc364cd2e284f831735e0fe9b988b08c82ac4f (diff) | |
download | Nim-4faa15f3ad6504c3ba808e63ecd729d3fc3cb78a.tar.gz |
Replacement PR for https://github.com/nim-lang/Nim/pull/23779 that (#23793)
makes new hash the default, with an opt-out (& js-no-big-int) define. Also update changelog (& fix one typo). Only really expect the chronos hash-order sensitive test to fail until they merge that PR and tag a new release.
Diffstat (limited to 'tests/stdlib/tstrutils.nim')
-rw-r--r-- | tests/stdlib/tstrutils.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/stdlib/tstrutils.nim b/tests/stdlib/tstrutils.nim index 9937126f9..35f6bc669 100644 --- a/tests/stdlib/tstrutils.nim +++ b/tests/stdlib/tstrutils.nim @@ -1,5 +1,5 @@ discard """ - matrix: "--mm:refc; --mm:orc; --backend:cpp; --backend:js --jsbigint64:off; --backend:js --jsbigint64:on" + matrix: "--mm:refc; --mm:orc; --backend:cpp; --backend:js --jsbigint64:off -d:nimStringHash2; --backend:js --jsbigint64:on" """ import std/strutils |