diff options
Diffstat (limited to 'tests/destructor/tsimpleclosure.nim')
-rw-r--r-- | tests/destructor/tsimpleclosure.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/destructor/tsimpleclosure.nim b/tests/destructor/tsimpleclosure.nim index 4916f4bab..35c57a634 100644 --- a/tests/destructor/tsimpleclosure.nim +++ b/tests/destructor/tsimpleclosure.nim @@ -5,7 +5,7 @@ discard """ hello hello hello -(allocCount: 4, deallocCount: 4)''' +(allocCount: 3, deallocCount: 3)''' """ import system / ansi_c |