diff options
author | Andreas Rumpf <rumpf_a@web.de> | 2023-05-06 17:58:00 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-06 17:58:00 +0200 |
commit | b74d49c037734079765770426d0f5c79dee6cf87 (patch) | |
tree | 2f5cfcf1b97292f5d9703d53bb87d5d79a06dadf /tests/arc/tasyncleak.nim | |
parent | 10328e50a5450174d1226f8f362bd83f93b2ba6d (diff) | |
download | Nim-b74d49c037734079765770426d0f5c79dee6cf87.tar.gz |
ORC: make rootsThreshold thread local [backport] (#21799)
Diffstat (limited to 'tests/arc/tasyncleak.nim')
-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 eb0c45213..8e3a7b3e7 100644 --- a/tests/arc/tasyncleak.nim +++ b/tests/arc/tasyncleak.nim @@ -1,5 +1,5 @@ discard """ - outputsub: "(allocCount: 4302, deallocCount: 4300)" + outputsub: "(allocCount: 4050, deallocCount: 4048)" cmd: "nim c --gc:orc -d:nimAllocStats $file" """ |