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 5ab39eb commit e217a64Copy full SHA for e217a64
tests/test_math.cpp
@@ -5,4 +5,5 @@
5
TEST_CASE("Addition and subtraction")
6
{
7
REQUIRE(add(1, 1) == 2);
8
+ REQUIRE(subtract(1, 1) == 0);
9
}
0 commit comments