Skip to content

Commit 1ea690e

Browse files
ahansvaeng
authored andcommitted
fix(say): remove misleading comment (#910)
[no important files changed]
1 parent 57898db commit 1ea690e

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

exercises/practice/say/say_test.cpp

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,6 @@
55
#include "test/catch.hpp"
66
#endif
77

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-
138
TEST_CASE("zero", "[5d22a120-ba0c-428c-bd25-8682235d83e8]") {
149
REQUIRE("zero" == say::in_english(0));
1510
}

0 commit comments

Comments
 (0)