1
0
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:
henryiii 2017-02-06 23:23:25 -05:00
parent 6ed2899741
commit 2f08c4c7c3

View File

@ -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);
}