aboutsummaryrefslogtreecommitdiffstats
path: root/test/LLVMC/HookWithInFile.td
diff options
context:
space:
mode:
Diffstat (limited to 'test/LLVMC/HookWithInFile.td')
-rw-r--r--test/LLVMC/HookWithInFile.td2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/LLVMC/HookWithInFile.td b/test/LLVMC/HookWithInFile.td
index e15e43cdf0..f58e3f4288 100644
--- a/test/LLVMC/HookWithInFile.td
+++ b/test/LLVMC/HookWithInFile.td
@@ -7,7 +7,7 @@ include "llvm/CompilerDriver/Common.td"
def dummy_tool : Tool<[
// CHECK: Hook(inFile.c_str())
-(cmd_line "$CALL(Hook, '$INFILE')/path $INFILE"),
+(command "$CALL(Hook, '$INFILE')/path"),
(in_language "dummy"),
(out_language "dummy")
]>;