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 57898db commit 1ea690eCopy full SHA for 1ea690e
exercises/practice/say/say_test.cpp
@@ -5,11 +5,6 @@
5
#include "test/catch.hpp"
6
#endif
7
8
-/*
9
-An 'error' object is used as expected value to indicate that the
10
-input value is out of the range described in the exercise.
11
-*/
12
-
13
TEST_CASE("zero", "[5d22a120-ba0c-428c-bd25-8682235d83e8]") {
14
REQUIRE("zero" == say::in_english(0));
15
}
0 commit comments