diff options
author | Andreas Rumpf <rumpf_a@web.de> | 2020-09-14 12:50:23 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-14 12:50:23 +0200 |
commit | c38487aa225674f67659c28ce171fd93e2231ad1 (patch) | |
tree | a830a18edec5e4f0f8506957bbdd3ec8020140b7 /tests | |
parent | e111b610caa26b6577f99423d360ff805e0b0ecf (diff) | |
download | Nim-c38487aa225674f67659c28ce171fd93e2231ad1.tar.gz |
fixes a critical ORC bug, refs #15076 (#15323)
Diffstat (limited to 'tests')
-rw-r--r-- | tests/arc/tasyncleak.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/arc/tasyncleak.nim b/tests/arc/tasyncleak.nim index 16e7446a7..71d62222d 100644 --- a/tests/arc/tasyncleak.nim +++ b/tests/arc/tasyncleak.nim @@ -1,5 +1,5 @@ discard """ - outputsub: "(allocCount: 6013, deallocCount: 6007)" + outputsub: "(allocCount: 4016, deallocCount: 4010)" cmd: "nim c --gc:orc -d:nimAllocStats $file" """ |