From 20a67c21a95ca656747657a01f6bd3196ff29308 Mon Sep 17 00:00:00 2001 From: Pranav Srinivas Kumar Date: Mon, 1 Apr 2019 20:59:22 -0400 Subject: [PATCH] Removed debug print --- tests/test_positional_arguments.hpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/test_positional_arguments.hpp b/tests/test_positional_arguments.hpp index e7deed8..b2b55dc 100644 --- a/tests/test_positional_arguments.hpp +++ b/tests/test_positional_arguments.hpp @@ -66,6 +66,4 @@ TEST_CASE("Square a number", "[positional_arguments]") { program.parse_args({"./main", "15"}); REQUIRE(program.get("square") == 225); - - program.print_help(); } \ No newline at end of file