mirror of
https://github.com/CLIUtils/CLI11.git
synced 2026-01-19 04:52:08 +00:00
Style and typo fix
This commit is contained in:
committed by
Henry Schreiner
parent
8482b600fc
commit
67c4eb71e5
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user