mirror of
https://github.com/KeqingMoe/argparse.git
synced 2025-07-04 07:04:39 +00:00
Removed debug print
This commit is contained in:
parent
cc009e347b
commit
20a67c21a9
@ -66,6 +66,4 @@ TEST_CASE("Square a number", "[positional_arguments]") {
|
||||
|
||||
program.parse_args({"./main", "15"});
|
||||
REQUIRE(program.get<int>("square") == 225);
|
||||
|
||||
program.print_help();
|
||||
}
|
Loading…
Reference in New Issue
Block a user