diff options
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 71d62222d..72aa3d4c2 100644 --- a/tests/arc/tasyncleak.nim +++ b/tests/arc/tasyncleak.nim @@ -1,5 +1,5 @@ discard """ - outputsub: "(allocCount: 4016, deallocCount: 4010)" + outputsub: "(allocCount: 4016, deallocCount: 4014)" cmd: "nim c --gc:orc -d:nimAllocStats $file" """ |