aboutsummaryrefslogtreecommitdiffstats
path: root/test/LLVMC/NoActions.td
diff options
context:
space:
mode:
Diffstat (limited to 'test/LLVMC/NoActions.td')
-rw-r--r--test/LLVMC/NoActions.td2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/LLVMC/NoActions.td b/test/LLVMC/NoActions.td
index 9c2d45a..015bfdd 100644
--- a/test/LLVMC/NoActions.td
+++ b/test/LLVMC/NoActions.td
@@ -7,7 +7,7 @@ include "llvm/CompilerDriver/Common.td"
// CHECK: class dummy_tool : public Tool {
def dummy_tool : Tool<[
-(cmd_line "dummy_cmd $INFILE"),
+(command "dummy_cmd"),
(in_language "dummy"),
(out_language "dummy")
]>;