diff options
author | Jacek Sieka <arnetheduck@gmail.com> | 2017-11-16 05:37:51 +0800 |
---|---|---|
committer | Andreas Rumpf <rumpf_a@web.de> | 2017-11-15 22:37:51 +0100 |
commit | b122836acf4c37f432279e13b9c7b9641e5db606 (patch) | |
tree | e69b864c7dd249abbe5081e004f517e4b5ba1fd6 /tests/cpp/tasync_cpp.nim | |
parent | 870567d0839f2bc35775fb81a840f4e4ebe97a38 (diff) | |
download | Nim-b122836acf4c37f432279e13b9c7b9641e5db606.tar.gz |
use targets from test spec when running testament tests (#6687)
Diffstat (limited to 'tests/cpp/tasync_cpp.nim')
-rw-r--r-- | tests/cpp/tasync_cpp.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/cpp/tasync_cpp.nim b/tests/cpp/tasync_cpp.nim index ec78ae26c..a5e3374b6 100644 --- a/tests/cpp/tasync_cpp.nim +++ b/tests/cpp/tasync_cpp.nim @@ -1,5 +1,5 @@ discard """ - cmd: "nim cpp $file" + targets: "cpp" output: "hello" """ |