summary refs log tree commit diff stats
path: root/tests/cpp/tasync_cpp.nim
diff options
context:
space:
mode:
authorJacek Sieka <arnetheduck@gmail.com>2017-11-16 05:37:51 +0800
committerAndreas Rumpf <rumpf_a@web.de>2017-11-15 22:37:51 +0100
commitb122836acf4c37f432279e13b9c7b9641e5db606 (patch)
treee69b864c7dd249abbe5081e004f517e4b5ba1fd6 /tests/cpp/tasync_cpp.nim
parent870567d0839f2bc35775fb81a840f4e4ebe97a38 (diff)
downloadNim-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.nim2
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"
 """