commit 9c926f112553481fae101b692f8add2998aeeaaf
Author: Laslo Hunhold <[email protected]>
AuthorDate: Wed Sep 21 20:25:41 2022 +0200
Commit: Laslo Hunhold <[email protected]>
CommitDate: Wed Sep 21 20:25:41 2022 +0200
Remove autistic screeching
Signed-off-by: Laslo Hunhold <[email protected]>
diff --git a/test/case.c b/test/case.c
index ba2e729..42439ff 100644
--- 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;
}
}