diff options
Diffstat (limited to 'test/LLVMC/ForwardAs.td')
-rw-r--r-- | test/LLVMC/ForwardAs.td | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/LLVMC/ForwardAs.td b/test/LLVMC/ForwardAs.td index 547836b5e8..521f3c291e 100644 --- a/test/LLVMC/ForwardAs.td +++ b/test/LLVMC/ForwardAs.td @@ -7,7 +7,7 @@ include "llvm/CompilerDriver/Common.td" -def OptList : OptionList<[(parameter_option "dummy", (extern))]>; +def OptList : OptionList<[(parameter_option "dummy", (help "dummmy"))]>; def dummy_tool : Tool<[ (command "dummy_cmd"), |