summaryrefslogtreecommitdiffstats
path: root/llvm/test/LLVMC/MultiValuedOption.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
commitd76f096a5305fc4d7d776f1626499d0a1cb1d3e9 (patch)
tree8c1f65a915bfa25f77edd2d79c30f3fe12005a7d /llvm/test/LLVMC/MultiValuedOption.td
parenta44e838bcb156f837f3f2b18316045d98eb83bd4 (diff)
downloadbcm5719-llvm-d76f096a5305fc4d7d776f1626499d0a1cb1d3e9.tar.gz
bcm5719-llvm-d76f096a5305fc4d7d776f1626499d0a1cb1d3e9.zip
Update the test suite.
llvm-svn: 96921
Diffstat (limited to 'llvm/test/LLVMC/MultiValuedOption.td')
-rw-r--r--llvm/test/LLVMC/MultiValuedOption.td2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/LLVMC/MultiValuedOption.td b/llvm/test/LLVMC/MultiValuedOption.td
index 8cb18782700..b52af57ade6 100644
--- a/llvm/test/LLVMC/MultiValuedOption.td
+++ b/llvm/test/LLVMC/MultiValuedOption.td
@@ -12,7 +12,7 @@ def OptList : OptionList<[
(parameter_list_option "baz", (multi_val 2), (extern))]>;
def dummy_tool : Tool<[
-(cmd_line "dummy_cmd $INFILE"),
+(command "dummy_cmd"),
(in_language "dummy"),
(out_language "dummy"),
(actions (case
OpenPOWER on IntegriCloud