We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71f4df0 commit dd1916eCopy full SHA for dd1916e
exercises/practice/baffling-birthdays/baffling_birthdays_test.cpp
@@ -7,7 +7,7 @@
7
8
TEST_CASE("one_birthdate", "[716dcc2b-8fe4-4fc9-8c48-cbe70d8e6b67]") {
9
std::vector<std::string> birthdates{"2000-01-01"};
10
- REQUIRE(baffling_birthdays::shared_birthday(birthdates) == false);
+ REQUIRE_FALSE(baffling_birthdays::shared_birthday(birthdates));
11
}
12
13
#if defined(EXERCISM_RUN_ALL_TESTS)
0 commit comments