Style and typo fix

This commit is contained in:
Henry Fredrick Schreiner
2018-04-04 14:57:29 +02:00
committed by Henry Schreiner
parent 8482b600fc
commit 67c4eb71e5
3 changed files with 7 additions and 8 deletions

View File

@@ -6,7 +6,7 @@
#ifdef CLI11_OPTIONAL
TEST_F(TApp, OptionalTest) {
optional<int> opt;
CLI::optional<int> opt;
app.add_option("-c,--count", opt);
run();
EXPECT_FALSE(opt);