summary refs log tree commit diff stats
path: root/tests/cpp
diff options
context:
space:
mode:
authorAraq <rumpf_a@web.de>2018-08-13 23:16:03 +0200
committerAraq <rumpf_a@web.de>2018-08-13 23:16:03 +0200
commitf91a181f58acfa7c75e4683e582455c98bc8693d (patch)
treeeffd60801042c890188135337556e70eceaf16d7 /tests/cpp
parenta0cde8cee6fab6983b18562faa016bb340b6b0a7 (diff)
downloadNim-f91a181f58acfa7c75e4683e582455c98bc8693d.tar.gz
make tests green again
Diffstat (limited to 'tests/cpp')
-rw-r--r--tests/cpp/tasync_cpp.nim1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/cpp/tasync_cpp.nim b/tests/cpp/tasync_cpp.nim
index a5e3374b6..50bc1853c 100644
--- a/tests/cpp/tasync_cpp.nim
+++ b/tests/cpp/tasync_cpp.nim
@@ -1,6 +1,7 @@
 discard """
   targets: "cpp"
   output: "hello"
+  cmd: "nim cpp --nilseqs:on $file"
 """
 
 # bug #3299