diff options
Diffstat (limited to 'tests/coroutines/texceptions.nim')
-rw-r--r-- | tests/coroutines/texceptions.nim | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/coroutines/texceptions.nim b/tests/coroutines/texceptions.nim index f3debf0a7..e67f954c3 100644 --- a/tests/coroutines/texceptions.nim +++ b/tests/coroutines/texceptions.nim @@ -1,3 +1,7 @@ +discard """ + target: "c" +""" + import coro var stackCheckValue = 1100220033 |