diff --git a/test/options.cpp b/test/options.cpp index ec9be10..2546eb9 100644 --- a/test/options.cpp +++ b/test/options.cpp @@ -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()) - ("a,av", "a short option with a value"); + ("a,av", "a short option with a value", cxxopts::value()); const char* args[] = { "tester",