mirror of
https://github.com/CLIUtils/CLI11.git
synced 2025-05-07 23:33:52 +00:00
Update CLITest.cpp
This commit is contained in:
parent
6ed2899741
commit
2f08c4c7c3
@ -380,7 +380,7 @@ TEST_F(TApp, VectorFancyOpts) {
|
||||
EXPECT_THROW(run(), CLI::RequiredError);
|
||||
|
||||
app.reset();
|
||||
EXPECT_THROW(run(), CLI::ConstructionError);
|
||||
EXPECT_THROW(run(), CLI::ParseError);
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user