aboutsummaryrefslogtreecommitdiffstats
path: root/test/LLVMC/OptionPreprocessor.td
diff options
context:
space:
mode:
Diffstat (limited to 'test/LLVMC/OptionPreprocessor.td')
-rw-r--r--test/LLVMC/OptionPreprocessor.td2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/LLVMC/OptionPreprocessor.td b/test/LLVMC/OptionPreprocessor.td
index 8d748ee..8a31481 100644
--- a/test/LLVMC/OptionPreprocessor.td
+++ b/test/LLVMC/OptionPreprocessor.td
@@ -52,7 +52,7 @@ def dummy : Tool<
[(in_language "dummy"),
(out_language "dummy"),
(output_suffix "d"),
- (cmd_line "dummy $INFILE -o $OUTFILE"),
+ (command "dummy"),
(actions (case (switch_on "foo"), (error),
(switch_on "bar"), (error),
(switch_on "baz"), (error),