Skip to content

Commit 4c53574

Browse files
committed
[libc++][test] Remove XFAIL annotation for the remove_all() test
It passes on FreeBSD now that remove_all_impl() handles FreeBSD's non-standard error value when opening a symlink with O_NOFOLLOW.
1 parent 5f187e5 commit 4c53574

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.remove_all/remove_all.pass.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@
66
//
77
//===----------------------------------------------------------------------===//
88

9-
// XFAIL: LIBCXX-FREEBSD-FIXME
10-
119
// UNSUPPORTED: c++03, c++11, c++14
1210
// UNSUPPORTED: no-filesystem
1311
// UNSUPPORTED: availability-filesystem-missing

0 commit comments

Comments
 (0)