diff options
Diffstat (limited to 'tests/destructor')
-rw-r--r-- | tests/destructor/tdiscard.nim | 1 | ||||
-rw-r--r-- | tests/destructor/tmove_objconstr.nim | 1 | ||||
-rw-r--r-- | tests/destructor/tuse_result_prevents_sinks.nim | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/tests/destructor/tdiscard.nim b/tests/destructor/tdiscard.nim index ad09a1900..57b5ecb9b 100644 --- a/tests/destructor/tdiscard.nim +++ b/tests/destructor/tdiscard.nim @@ -1,5 +1,6 @@ discard """ joinable: false +target: "C" """ type diff --git a/tests/destructor/tmove_objconstr.nim b/tests/destructor/tmove_objconstr.nim index 6e11d9b27..bfc819ceb 100644 --- a/tests/destructor/tmove_objconstr.nim +++ b/tests/destructor/tmove_objconstr.nim @@ -8,6 +8,7 @@ test destroyed 0 4 Pony is dying!''' joinable: false +target: "C" """ # bug #4214 diff --git a/tests/destructor/tuse_result_prevents_sinks.nim b/tests/destructor/tuse_result_prevents_sinks.nim index 4c32eac91..37b5af9b2 100644 --- a/tests/destructor/tuse_result_prevents_sinks.nim +++ b/tests/destructor/tuse_result_prevents_sinks.nim @@ -1,5 +1,6 @@ discard """ output: "" + target: "C" """ # bug #9594 |