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
f6b1bc13572b6b5f208dbf983968dfefe5480b29
Authored by
henryiii
2017-02-06 23:05:50 -0500
1 parent
1183c528
Update CLITest.cpp for wrong error name
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
tests/CLITest.cpp
tests/CLITest.cpp
View file @
f6b1bc1
...
...
@@ -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::Con
vers
ionError);
383
+ EXPECT_THROW(run(), CLI::Con
struct
ionError);
384
384
}
385
385
386
386
...
...