From 8b980777a92ec2b18e413e517184abe3d273139c Mon Sep 17 00:00:00 2001 From: nitely Date: Sat, 21 Dec 2024 10:34:52 -0300 Subject: [PATCH] fix tasyncleak output --- tests/arc/tasyncleak.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/arc/tasyncleak.nim b/tests/arc/tasyncleak.nim index 8e3a7b3e7b298..856d2dec9f52a 100644 --- a/tests/arc/tasyncleak.nim +++ b/tests/arc/tasyncleak.nim @@ -1,5 +1,5 @@ discard """ - outputsub: "(allocCount: 4050, deallocCount: 4048)" + outputsub: "(allocCount: 5013, deallocCount: 5011)" cmd: "nim c --gc:orc -d:nimAllocStats $file" """