summary refs log tree commit diff stats
path: root/tests
diff options
context:
space:
mode:
authorAndreas Rumpf <rumpf_a@web.de>2020-09-14 12:50:23 +0200
committerGitHub <noreply@github.com>2020-09-14 12:50:23 +0200
commitc38487aa225674f67659c28ce171fd93e2231ad1 (patch)
treea830a18edec5e4f0f8506957bbdd3ec8020140b7 /tests
parente111b610caa26b6577f99423d360ff805e0b0ecf (diff)
downloadNim-c38487aa225674f67659c28ce171fd93e2231ad1.tar.gz
fixes a critical ORC bug, refs #15076 (#15323)
Diffstat (limited to 'tests')
-rw-r--r--tests/arc/tasyncleak.nim2
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"
 """