Skip to content

Commit 2321cdb

Browse files
committed
Fix another warning
1 parent 6bf855f commit 2321cdb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/help.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,4 @@ PROVE_CASE()
3939
args::parse(cmd, {"--help", "--count", "5", "--name", "hello"});
4040
PROVE_CHECK(cmd.count == 0);
4141
PROVE_CHECK(cmd.name == "");
42-
}
42+
}

0 commit comments

Comments
 (0)