diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/destructor/tgcdestructors.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/destructor/tgcdestructors.nim b/tests/destructor/tgcdestructors.nim index e089aedd1..61d296d2e 100644 --- a/tests/destructor/tgcdestructors.nim +++ b/tests/destructor/tgcdestructors.nim @@ -10,7 +10,7 @@ a: @[4, 2, 3] 0 30 true -(allocCount: 40, deallocCount: 40)''' +(allocCount: 36, deallocCount: 36)''' """ include system / ansi_c |