svn commit: r321486 - head/lib/msun/tests

Ngie Cooper ngie at FreeBSD.org
Tue Jul 25 16:57:26 UTC 2017


Author: ngie
Date: Tue Jul 25 16:57:25 2017
New Revision: 321486
URL: https://svnweb.freebsd.org/changeset/base/321486

Log:
  Re-add #endif accidentally deleted in r321484
  
  MFC after:	1 month
  MFC with:	r321455, r321484

Modified:
  head/lib/msun/tests/trig_test.c

Modified: head/lib/msun/tests/trig_test.c
==============================================================================
--- head/lib/msun/tests/trig_test.c	Tue Jul 25 16:46:12 2017	(r321485)
+++ head/lib/msun/tests/trig_test.c	Tue Jul 25 16:57:25 2017	(r321486)
@@ -156,6 +156,7 @@ ATF_TC_BODY(reduction, tc)
 		9.8477555741888350649e+4314L,
 		1.6061597222105160737e+4326L,
 	};
+#endif
 
 #if defined(__clang__) && \
 	((__clang_major__ >= 5))


More information about the svn-src-all mailing list