summary refs log tree commit diff stats
path: root/tests/coroutines/tgc.nim
diff options
context:
space:
mode:
authorAraq <rumpf_a@web.de>2018-11-15 15:10:29 +0100
committerAraq <rumpf_a@web.de>2018-11-15 15:10:50 +0100
commit9a05fd9dcf212fc46167232a3714ca7c823a71b4 (patch)
tree213b5feb509af6f47fd6c41cfc2981146e4d6446 /tests/coroutines/tgc.nim
parentc5c4da4f3cb9c2691fb4f71b681c705780ebbe3f (diff)
downloadNim-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.nim4
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