Revert r321457

It doesn't fail after ^/head@r322855 (the releng_50 clang merge).

PR:	220989
MFC after:	2 months
MFC with:	r321369, r322855
This commit is contained in:
ngie 2017-08-26 06:44:50 +00:00
parent 64e5e4595f
commit 10f7d285ad

View File

@ -158,11 +158,6 @@ ATF_TC_BODY(reduction, tc)
};
#endif
#if defined(__clang__) && \
((__clang_major__ >= 5))
atf_tc_expect_fail("test fails with clang 5.0+ - bug 220989");
#endif
unsigned i;
for (i = 0; i < nitems(f_pi_odd); i++) {