mirror of
https://github.com/jarro2783/cxxopts.git
synced 2026-09-02 02:58:27 +02:00
fix test
This commit is contained in:
+1
-1
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user