aboutsummaryrefslogtreecommitdiff
path: root/test.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'test.cxx')
-rw-r--r--test.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/test.cxx b/test.cxx
index 46a7b4c..97d2c37 100644
--- a/test.cxx
+++ b/test.cxx
@@ -1097,6 +1097,7 @@ TEST_CASE("ValueParser works as expected", "[args]")
REQUIRE_NOTHROW(p.ParseArgs(std::vector<std::string>{"-i", " 12"}));
REQUIRE(args::get(i) == 12);
+}
TEST_CASE("ActionFlag works as expected", "[args]")
{