INN commit: branches/2.6/tests/tap (float.c)

INN Commit rra at isc.org
Fri Mar 16 06:27:18 UTC 2018


    Date: Thursday, March 15, 2018 @ 23:27:18
  Author: iulius
Revision: 10269

Fix previous commit

Modified:
  branches/2.6/tests/tap/float.c

---------+
 float.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: float.c
===================================================================
--- float.c	2018-03-15 21:40:48 UTC (rev 10268)
+++ float.c	2018-03-16 06:27:18 UTC (rev 10269)
@@ -48,7 +48,6 @@
 #include <tap/basic.h>
 #include <tap/float.h>
 
-/*
 #ifndef LIBTEST_NEW_FORMAT
 /* Specific to the integration of C TAP Harness in INN. */
 void
@@ -58,6 +57,7 @@
 }
 #endif
 
+/*
  * Clang 4.0.1 gets very confused by this file and produces warnings about
  * floating point implicit conversion from the isnan() and isinf() macros.
  */



More information about the inn-committers mailing list