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:
Enji Cooper 2017-08-26 06:44:50 +00:00
parent 70dd00d6c0
commit b92e8635f9
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=322921

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++) {