diff options
Diffstat (limited to 'tests/gc/tdisable_orc.nim')
-rw-r--r-- | tests/gc/tdisable_orc.nim | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/gc/tdisable_orc.nim b/tests/gc/tdisable_orc.nim new file mode 100644 index 000000000..b5f161c79 --- /dev/null +++ b/tests/gc/tdisable_orc.nim @@ -0,0 +1,9 @@ +discard """ + joinable: false +""" + +import std/asyncdispatch + +# bug #22256 +GC_disableMarkAndSweep() +waitFor sleepAsync(1000) |