Skip to content

Commit

Permalink
fix tasyncleak output again
Browse files Browse the repository at this point in the history
  • Loading branch information
nitely committed Dec 22, 2024
1 parent 9708b7c commit 7cac7bd
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: 5013, deallocCount: 5011)"
outputsub: "(allocCount: 4011, deallocCount: 4009)"
cmd: "nim c --gc:orc -d:nimAllocStats $file"
"""

Expand Down

0 comments on commit 7cac7bd

Please sign in to comment.