diff options
Diffstat (limited to 'llvm/unittests/Support/CommandLineTest.cpp')
-rw-r--r-- | llvm/unittests/Support/CommandLineTest.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/unittests/Support/CommandLineTest.cpp b/llvm/unittests/Support/CommandLineTest.cpp index ec9901a..e886cb3 100644 --- a/llvm/unittests/Support/CommandLineTest.cpp +++ b/llvm/unittests/Support/CommandLineTest.cpp @@ -803,7 +803,7 @@ TEST(CommandLineTest, ResponseFileWindows) { GTEST_SKIP(); StackOption<std::string, cl::list<std::string>> InputFilenames( - cl::Positional, cl::desc("<input files>"), cl::ZeroOrMore); + cl::Positional, cl::desc("<input files>")); StackOption<bool> TopLevelOpt("top-level", cl::init(false)); // Create response file. |