diff options
Diffstat (limited to 'gl')
-rw-r--r-- | gl/override/tests/test-float.c.diff | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/gl/override/tests/test-float.c.diff b/gl/override/tests/test-float.c.diff new file mode 100644 index 0000000000..c2e3d6ba1a --- /dev/null +++ b/gl/override/tests/test-float.c.diff @@ -0,0 +1,24 @@ +--- gl/tests/test-float.c.orig ++++ 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; + } + |