mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
Remove XFAIL from tests/lib/msun/lround_test:main
This test no longer fails after3b00222f15. PR: 205451 MFC after: 1 week (cherry picked from commit062293c2c4)
This commit is contained in:
parent
959cda8efc
commit
d08c4d80ab
1 changed files with 0 additions and 1 deletions
|
|
@ -72,7 +72,6 @@ __FBSDID("$FreeBSD$");
|
|||
ATF_TC_WITHOUT_HEAD(main);
|
||||
ATF_TC_BODY(main, tc)
|
||||
{
|
||||
atf_tc_expect_fail("https://bugs.freebsd.org/205451");
|
||||
testall(0.0, 0, 0);
|
||||
testall(0.25, 0, FE_INEXACT);
|
||||
testall(0.5, 1, FE_INEXACT);
|
||||
|
|
|
|||
Loading…
Reference in a new issue