From fa2931c1ca3c942b7422a0bd10711e1121ba6360 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Tue, 30 Jan 2024 17:37:03 +0100 Subject: [PATCH] unigbrk/uc-is-grapheme-break tests: Reduce verbosity. * tests/unigbrk/test-uc-is-grapheme-break.c (graphemebreakproperty_to_string): Don't print gbp to stdout. --- ChangeLog | 6 ++++++ tests/unigbrk/test-uc-is-grapheme-break.c | 1 - 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 770d32af4f..aee05e7cc7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2024-01-30 Bruno Haible + + unigbrk/uc-is-grapheme-break tests: Reduce verbosity. + * tests/unigbrk/test-uc-is-grapheme-break.c + (graphemebreakproperty_to_string): Don't print gbp to stdout. + 2024-01-30 Bruno Haible gen-uni-tables: Update copyright year in output. diff --git a/tests/unigbrk/test-uc-is-grapheme-break.c b/tests/unigbrk/test-uc-is-grapheme-break.c index 67c5c21680..b71035a2a9 100644 --- a/tests/unigbrk/test-uc-is-grapheme-break.c +++ b/tests/unigbrk/test-uc-is-grapheme-break.c @@ -30,7 +30,6 @@ const char * graphemebreakproperty_to_string (int gbp) { - printf ("%d\n", gbp); switch (gbp) { #define CASE(VALUE) case GBP_##VALUE: return #VALUE; -- 2.39.5