Skip to content

Commit

Permalink
fix(say): remove misleading comment
Browse files Browse the repository at this point in the history
[no important files changed]
  • Loading branch information
ahans committed Oct 8, 2024
1 parent 144f347 commit 0eca121
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions exercises/practice/say/say_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,6 @@
#include "test/catch.hpp"
#endif

/*
An 'error' object is used as expected value to indicate that the
input value is out of the range described in the exercise.
*/

TEST_CASE("zero", "[5d22a120-ba0c-428c-bd25-8682235d83e8]") {
REQUIRE("zero" == say::in_english(0));
}
Expand Down

0 comments on commit 0eca121

Please sign in to comment.