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