Skip to content

Commit

Permalink
Rename one of the testcases.
Browse files Browse the repository at this point in the history
  • Loading branch information
eyalroz committed Jul 31, 2021
1 parent 1a8de7f commit 1c7ce52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_suite.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,7 @@ TEST_CASE("- flag", "[]" ) {
}

#ifdef TEST_WITH_NON_STANDARD_FORMAT_STRINGS
TEST_CASE("- flag - non-standard format", "[]" ) {
TEST_CASE("- flag and non-standard 0 modifier for integers", "[]" ) {
char buffer[100];
PRINTING_CHECK("42", ==, test::sprintf_, buffer, "%-0d", 42);
PRINTING_CHECK("-42", ==, test::sprintf_, buffer, "%-0d", -42);
Expand Down

0 comments on commit 1c7ce52

Please sign in to comment.