Skip to content

Commit 2b7cca1

Browse files
committed
[libc++] Add missing REQUIRES for exception handling test
It otherwise fails on Windows.
1 parent 7bfcce3 commit 2b7cca1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

libcxx/test/std/algorithms/alg.nonmodifying/alg.all_of/pstl.exception_handling.pass.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88

99
// UNSUPPORTED: c++03, c++11, c++14
1010
// UNSUPPORTED: no-exceptions
11+
// REQUIRES: has-unix-headers
1112

1213
// UNSUPPORTED: libcpp-has-no-incomplete-pstl
1314

0 commit comments

Comments
 (0)