From 2f86fb1de0d24abea09a83a560a90cbb7daedc73 Mon Sep 17 00:00:00 2001 From: Jarryd Beck Date: Fri, 26 Aug 2016 18:58:28 +1000 Subject: [PATCH] fix test --- test/options.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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", -- libgit2 0.21.4