float tests: Tweak.
authorBruno Haible <bruno@clisp.org>
Thu, 7 Jul 2011 17:50:35 +0000 (19:50 +0200)
committerBruno Haible <bruno@clisp.org>
Thu, 7 Jul 2011 17:50:35 +0000 (19:50 +0200)
* tests/test-float.c (main): Tweak skip message.

ChangeLog
tests/test-float.c

index dbf0bea..ca05f95 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2011-07-07  Bruno Haible  <bruno@clisp.org>
+
+       float tests: Tweak.
+       * tests/test-float.c (main): Tweak skip message.
+
 2011-07-07  Eric Blake  <eblake@redhat.com>
 
        getopt: avoid compiler warning during configure
index 47de211..5301813 100644 (file)
@@ -377,7 +377,7 @@ main ()
 int
 main ()
 {
-  fprintf (stderr, "FLT_RADIX is not 2.\n");
+  fprintf (stderr, "Skipping test: FLT_RADIX is not 2.\n");
   return 77;
 }