summaryrefslogtreecommitdiff
path: root/test/LLVMC/OptionPreprocessor.td
diff options
context:
space:
mode:
authorMikhail Glushenkov <foldr@codedgers.com>2010-02-23 09:04:51 +0000
committerMikhail Glushenkov <foldr@codedgers.com>2010-02-23 09:04:51 +0000
commit7cebe55bade5c784fb9e2c574cc797fcd6cf1082 (patch)
treee47a85c1bda0575607bd94d50950c46c7baf5bf1 /test/LLVMC/OptionPreprocessor.td
parenta34f97ab22d55b38423d25663cc26408ac34a721 (diff)
downloadllvm-7cebe55bade5c784fb9e2c574cc797fcd6cf1082.tar.gz
llvm-7cebe55bade5c784fb9e2c574cc797fcd6cf1082.tar.bz2
llvm-7cebe55bade5c784fb9e2c574cc797fcd6cf1082.tar.xz
Update the test suite.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@96921 91177308-0d34-0410-b5e6-96231b3b80d8
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 8d748eee53..8a314818a0 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),