Remove autistic screeching - libgrapheme - unicode string library
(HTM) git clone git://git.suckless.org/libgrapheme
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
(DIR) commit 9c926f112553481fae101b692f8add2998aeeaaf
(DIR) parent e63bcc42010176b300feea6a7412f814a6cc4191
(HTM) Author: Laslo Hunhold <dev@frign.de>
Date: Wed, 21 Sep 2022 20:25:41 +0200
Remove autistic screeching
Signed-off-by: Laslo Hunhold <dev@frign.de>
Diffstat:
M test/case.c | 1 -
1 file changed, 0 insertions(+), 1 deletion(-)
---
(DIR) diff --git a/test/case.c b/test/case.c
@@ -301,7 +301,6 @@ unit_test_callback_to_case_utf8(void *t, size_t off, const char *name, const cha
/* check that none of the canary values have been overwritten */
for (i = test->input.destlen; i < LEN(buf); i++) {
if (buf[i] != 0x7f) {
-fprintf(stderr, "REEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEE\n");
goto err;
}
}