diff options
author | Timothee Cour <timothee.cour2@gmail.com> | 2020-02-19 08:19:55 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-19 17:19:55 +0100 |
commit | 8c22518d673cf792fa064d2d561d1c6f03b823bb (patch) | |
tree | 05eeb5edf69a2f68aab18a242383a31ebf1773b9 /tests/arc | |
parent | 273a93581f851d2d16d6891d7dd1d7d9edfbb4ef (diff) | |
download | Nim-8c22518d673cf792fa064d2d561d1c6f03b823bb.tar.gz |
[backport] pseudorandom probing for hash collision (#13418)
Diffstat (limited to 'tests/arc')
-rw-r--r-- | tests/arc/trepr.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/arc/trepr.nim b/tests/arc/trepr.nim index 7a92112ed..391622ff6 100644 --- a/tests/arc/trepr.nim +++ b/tests/arc/trepr.nim @@ -1,7 +1,7 @@ discard """ cmd: "nim c --gc:arc $file" nimout: '''(a: true, n: doAssert) -Table[system.string, trepr.MyType](data: @[], counter: 0) +Table[system.string, trepr.MyType](data: @[], counter: 0, countDeleted: 0) nil ''' """ |