summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAndreas Rumpf <rumpf_a@web.de>2019-01-15 10:01:57 +0100
committerAndreas Rumpf <rumpf_a@web.de>2019-01-15 10:02:09 +0100
commit06a8b488111b6d3858706bec6b31b1e4609620ea (patch)
tree0e5806765d841238da1ef81dbb8722c98e652cc7
parentfbf9b1f88af5f56e095574b6d3bddbe4246b0a16 (diff)
downloadNim-06a8b488111b6d3858706bec6b31b1e4609620ea.tar.gz
disable one more test for C++
-rw-r--r--tests/iter/titervaropenarray.nim1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/iter/titervaropenarray.nim b/tests/iter/titervaropenarray.nim
index 701f652df..4469fdcf5 100644
--- a/tests/iter/titervaropenarray.nim
+++ b/tests/iter/titervaropenarray.nim
@@ -1,5 +1,6 @@
 discard """
   output: "123"
+  targets: "C"
 """
 # Try to break the transformation pass:
 iterator iterAndZero(a: var openArray[int]): int =