summary refs log tree commit diff stats
path: root/tests/destructor/tv2_raise.nim
diff options
context:
space:
mode:
Diffstat (limited to 'tests/destructor/tv2_raise.nim')
-rw-r--r--tests/destructor/tv2_raise.nim2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/destructor/tv2_raise.nim b/tests/destructor/tv2_raise.nim
index 828d0a396..4ea94a864 100644
--- a/tests/destructor/tv2_raise.nim
+++ b/tests/destructor/tv2_raise.nim
@@ -2,7 +2,7 @@ discard """
   valgrind: true
   cmd: '''nim c -d:nimAllocStats --newruntime $file'''
   output: '''OK 3
-(allocCount: 8, deallocCount: 3)'''
+(allocCount: 8, deallocCount: 5)'''
 """
 
 import strutils, math