From 7cebe55bade5c784fb9e2c574cc797fcd6cf1082 Mon Sep 17 00:00:00 2001 From: Mikhail Glushenkov Date: Tue, 23 Feb 2010 09:04:51 +0000 Subject: Update the test suite. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@96921 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/LLVMC/OptionPreprocessor.td | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/LLVMC/OptionPreprocessor.td') 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), -- cgit v1.2.3