This commit is contained in:
Jarryd Beck 2016-08-26 18:58:28 +10:00
parent b091ec31a1
commit 2f86fb1de0

View File

@ -38,7 +38,7 @@ TEST_CASE("Basic options", "[options]")
("long", "a long option")
("s,short", "a short option")
("value", "an option with a value", cxxopts::value<std::string>())
("a,av", "a short option with a value");
("a,av", "a short option with a value", cxxopts::value<std::string>());
const char* args[] = {
"tester",