aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorEnji Cooper <ngie@FreeBSD.org>2017-07-25 16:57:25 +0000
committerEnji Cooper <ngie@FreeBSD.org>2017-07-25 16:57:25 +0000
commit9f273754818c090925a21f849e3426f8ea26f25d (patch)
tree5b6fcbbd3ceec9ea03f2fcc8e4adf700120f1e8d /lib
parentecc39238d35292db87ff634235c9b3426ab3fe6b (diff)
downloadsrc-9f273754818c090925a21f849e3426f8ea26f25d.tar.gz
src-9f273754818c090925a21f849e3426f8ea26f25d.zip
Re-add #endif accidentally deleted in r321484
MFC after: 1 month MFC with: r321455, r321484
Notes
Notes: svn path=/head/; revision=321486
Diffstat (limited to 'lib')
-rw-r--r--lib/msun/tests/trig_test.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/msun/tests/trig_test.c b/lib/msun/tests/trig_test.c
index bbdd7df5eae5..2289af45b4d4 100644
--- a/lib/msun/tests/trig_test.c
+++ b/lib/msun/tests/trig_test.c
@@ -156,6 +156,7 @@ ATF_TC_BODY(reduction, tc)
9.8477555741888350649e+4314L,
1.6061597222105160737e+4326L,
};
+#endif
#if defined(__clang__) && \
((__clang_major__ >= 5))