summary refs log tree commit diff stats
path: root/tests/arc/tasyncleak.nim
diff options
context:
space:
mode:
authorringabout <43030857+ringabout@users.noreply.github.com>2023-05-07 15:22:42 +0800
committerGitHub <noreply@github.com>2023-05-07 09:22:42 +0200
commit4a94f3606e2e3c47cf416755c4b3d2cd7eddef9c (patch)
tree9155b8d7e60698b9eace27e18633e273063fe157 /tests/arc/tasyncleak.nim
parent8cf5643621600aaa869935721227fc3b7ee5f881 (diff)
downloadNim-4a94f3606e2e3c47cf416755c4b3d2cd7eddef9c.tar.gz
revert #21799 and #21802 which don't pass the tests (#21804)
* Revert "ORC: make rootsThreshold thread local [backport] (#21799)"

This reverts commit b74d49c037734079765770426d0f5c79dee6cf87.

* Revert "fixes #21752 [backport] (#21802)"

This reverts commit d0c62fa169f3970653ce0d5bbd16e123efb24251.
Diffstat (limited to 'tests/arc/tasyncleak.nim')
-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 8e3a7b3e7..eb0c45213 100644
--- a/tests/arc/tasyncleak.nim
+++ b/tests/arc/tasyncleak.nim
@@ -1,5 +1,5 @@
 discard """
-  outputsub: "(allocCount: 4050, deallocCount: 4048)"
+  outputsub: "(allocCount: 4302, deallocCount: 4300)"
   cmd: "nim c --gc:orc -d:nimAllocStats $file"
 """