Peter M. Groen
/
CLI11
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code ยป
Commit
2f08c4c7c393eeaf489659c6f82f265903d0cbea
Authored by
henryiii
2017-02-06 23:23:25 -0500
1 parent
6ed28997
Update CLITest.cpp
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
tests/CLITest.cpp
tests/CLITest.cpp
View file @
2f08c4c
...
...
@@ -380,7 +380,7 @@ TEST_F(TApp, VectorFancyOpts) {
380
380
EXPECT_THROW(run(), CLI::RequiredError);
381
381
382
382
app.reset();
383
- EXPECT_THROW(run(), CLI::
Construction
Error);
383
+ EXPECT_THROW(run(), CLI::
Parse
Error);
384
384
}
385
385
386
386
...
...