diff options
author | Araq <rumpf_a@web.de> | 2018-11-15 15:10:29 +0100 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2018-11-15 15:10:50 +0100 |
commit | 9a05fd9dcf212fc46167232a3714ca7c823a71b4 (patch) | |
tree | 213b5feb509af6f47fd6c41cfc2981146e4d6446 /tests/coroutines/tgc.nim | |
parent | c5c4da4f3cb9c2691fb4f71b681c705780ebbe3f (diff) | |
download | Nim-9a05fd9dcf212fc46167232a3714ca7c823a71b4.tar.gz |
disable some tests for the C++ target; refs #7870
Diffstat (limited to 'tests/coroutines/tgc.nim')
-rw-r--r-- | tests/coroutines/tgc.nim | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/coroutines/tgc.nim b/tests/coroutines/tgc.nim index 66a12ab9d..46f4f8e83 100644 --- a/tests/coroutines/tgc.nim +++ b/tests/coroutines/tgc.nim @@ -1,3 +1,7 @@ +discard """ + target: "c" +""" + import coro var maxOccupiedMemory = 0 |