Skip to content

Commit

Permalink
fix tasyncleak output
Browse files Browse the repository at this point in the history
  • Loading branch information
nitely committed Dec 21, 2024
1 parent 73deaeb commit 8b98077
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/arc/tasyncleak.nim
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
discard """
outputsub: "(allocCount: 4050, deallocCount: 4048)"
outputsub: "(allocCount: 5013, deallocCount: 5011)"
cmd: "nim c --gc:orc -d:nimAllocStats $file"
"""

Expand Down

0 comments on commit 8b98077

Please sign in to comment.