diff options
author | Araq <rumpf_a@web.de> | 2018-08-13 23:16:03 +0200 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2018-08-13 23:16:03 +0200 |
commit | f91a181f58acfa7c75e4683e582455c98bc8693d (patch) | |
tree | effd60801042c890188135337556e70eceaf16d7 /tests/cpp | |
parent | a0cde8cee6fab6983b18562faa016bb340b6b0a7 (diff) | |
download | Nim-f91a181f58acfa7c75e4683e582455c98bc8693d.tar.gz |
make tests green again
Diffstat (limited to 'tests/cpp')
-rw-r--r-- | tests/cpp/tasync_cpp.nim | 1 |
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 |