summaryrefslogtreecommitdiff
path: root/gl/tests/test-float.c
diff options
context:
space:
mode:
Diffstat (limited to 'gl/tests/test-float.c')
-rw-r--r--gl/tests/test-float.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/gl/tests/test-float.c b/gl/tests/test-float.c
index f3691be5e1..18da40b5e9 100644
--- a/gl/tests/test-float.c
+++ b/gl/tests/test-float.c
@@ -23,11 +23,11 @@
#include "fpucw.h"
#include "macros.h"
+#if 0
+
/* Check that FLT_RADIX is a constant expression. */
int a[] = { FLT_RADIX };
-#if FLT_RADIX == 2
-
/* Return 2^n. */
static float
pow2f (int n)
@@ -377,7 +377,6 @@ main ()
int
main ()
{
- fprintf (stderr, "Skipping test: FLT_RADIX is not 2.\n");
return 77;
}