diff options
-rw-r--r-- | tests/coroutines/texceptions.nim | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/coroutines/texceptions.nim b/tests/coroutines/texceptions.nim index 323eb055d..7b5d57ec0 100644 --- a/tests/coroutines/texceptions.nim +++ b/tests/coroutines/texceptions.nim @@ -1,5 +1,6 @@ discard """ target: "c" + disabled: true """ import coro |