bug-gnulib@gnu.org mirror (unofficial)
 help / color / mirror / Atom feed
* unigbrk/uc-is-grapheme-break tests: Reduce verbosity
@ 2024-01-30 19:18 Bruno Haible
  0 siblings, 0 replies; only message in thread
From: Bruno Haible @ 2024-01-30 19:18 UTC (permalink / raw)
  To: bug-gnulib

The test-uc-is-grapheme-break.sh test produces a couple of numbers
in the log, that don't help understanding what the test is doing.
Better remove these traces.


2024-01-30  Bruno Haible  <bruno@clisp.org>

	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.

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;





^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2024-01-30 19:18 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-01-30 19:18 unigbrk/uc-is-grapheme-break tests: Reduce verbosity Bruno Haible

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).