projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3615b19
)
float tests: Tweak.
author
Bruno Haible
<bruno@clisp.org>
Thu, 7 Jul 2011 17:50:35 +0000
(19:50 +0200)
committer
Bruno Haible
<bruno@clisp.org>
Thu, 7 Jul 2011 17:50:35 +0000
(19:50 +0200)
* tests/test-float.c (main): Tweak skip message.
ChangeLog
patch
|
blob
|
history
tests/test-float.c
patch
|
blob
|
history
diff --git
a/ChangeLog
b/ChangeLog
index dbf0bea119881fc73ed94f911ff5edc0e82912ce..ca05f95713b7bc08c46ebfc72607d40a494896f0 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
diff --git
a/tests/test-float.c
b/tests/test-float.c
index 47de2117b279ee1a7e2c42d7b9764586661356df..530181306fb3e78f9084ebbb8bed77c1afff5648 100644
(file)
--- a/
tests/test-float.c
+++ b/
tests/test-float.c
@@
-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;
}