From 1ea690e2dd83b679586db2cedf630abae42f8c39 Mon Sep 17 00:00:00 2001 From: Alexander Hans Date: Wed, 9 Oct 2024 10:19:15 +0200 Subject: [PATCH] fix(say): remove misleading comment (#910) [no important files changed] --- exercises/practice/say/say_test.cpp | 5 ----- 1 file changed, 5 deletions(-) diff --git a/exercises/practice/say/say_test.cpp b/exercises/practice/say/say_test.cpp index 3148b934..e5e71694 100644 --- a/exercises/practice/say/say_test.cpp +++ b/exercises/practice/say/say_test.cpp @@ -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)); }