summary refs log tree commit diff stats
path: root/tests/destructor/t6434.nim
diff options
context:
space:
mode:
Diffstat (limited to 'tests/destructor/t6434.nim')
-rw-r--r--tests/destructor/t6434.nim4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/destructor/t6434.nim b/tests/destructor/t6434.nim
index 5f5fbedfa..4e78d0469 100644
--- a/tests/destructor/t6434.nim
+++ b/tests/destructor/t6434.nim
@@ -23,5 +23,5 @@ proc test(): auto =
 
 var (a, b, _) = test()
 
-doAssert: assign_counter == 0
-doAssert: sink_counter == 9
\ No newline at end of file
+doAssert assign_counter == 0
+doAssert sink_counter == 12 # + 3 because of the conservative tuple unpacking transformation