diff options
Diffstat (limited to 'tests/destructor/t7346.nim')
-rw-r--r-- | tests/destructor/t7346.nim | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/destructor/t7346.nim b/tests/destructor/t7346.nim index 9e5292a61..3834d39ff 100644 --- a/tests/destructor/t7346.nim +++ b/tests/destructor/t7346.nim @@ -2,8 +2,7 @@ discard """ joinable: false """ -when not defined(nimNewRuntime): - {.error: "This bug could only be reproduced with --newruntime".} +# This bug could only be reproduced with --newruntime type Obj = object |