repo.or.cz
/
gnutls.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
updated certificates to parse 2.5.29.32.
[gnutls.git]
/
gl
/
override
/
tests
/
test-float.c.diff
blob
c2e3d6ba1aa4ac89a1f06e88e6786849d59cbc50
1
--- gl/tests/test-float.c.orig
2
+++ gl/tests/test-float.c
3
@@ -23,11 +23,11 @@
4
#include "fpucw.h"
5
#include "macros.h"
6
7
+#if 0
8
+
9
/* Check that FLT_RADIX is a constant expression. */
10
int a[] = { FLT_RADIX };
11
12
-#if FLT_RADIX == 2
13
-
14
/* Return 2^n. */
15
static float
16
pow2f (int n)
17
@@ -377,7 +377,6 @@ main ()
18
int
19
main ()
20
{
21
- fprintf (stderr, "Skipping test: FLT_RADIX is not 2.\n");
22
return 77;
23
}
24