diff options
author | Louis Dionne <ldionne.2@gmail.com> | 2023-11-27 15:04:04 -0500 |
---|---|---|
committer | Louis Dionne <ldionne.2@gmail.com> | 2023-11-27 15:04:04 -0500 |
commit | 2b7cca1ccfea5f3ff233afa7f85bf84cf41226ef (patch) | |
tree | b16741221c8636b6aec4ea63750f5e3d7b99fd16 /libcxx/test/std/algorithms | |
parent | 7bfcce3e940f401a519906ecad3632978ccd0fb5 (diff) | |
download | llvm-2b7cca1ccfea5f3ff233afa7f85bf84cf41226ef.zip llvm-2b7cca1ccfea5f3ff233afa7f85bf84cf41226ef.tar.gz llvm-2b7cca1ccfea5f3ff233afa7f85bf84cf41226ef.tar.bz2 |
[libc++] Add missing REQUIRES for exception handling test
It otherwise fails on Windows.
Diffstat (limited to 'libcxx/test/std/algorithms')
-rw-r--r-- | libcxx/test/std/algorithms/alg.nonmodifying/alg.all_of/pstl.exception_handling.pass.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libcxx/test/std/algorithms/alg.nonmodifying/alg.all_of/pstl.exception_handling.pass.cpp b/libcxx/test/std/algorithms/alg.nonmodifying/alg.all_of/pstl.exception_handling.pass.cpp index cc62979..ae5063c 100644 --- a/libcxx/test/std/algorithms/alg.nonmodifying/alg.all_of/pstl.exception_handling.pass.cpp +++ b/libcxx/test/std/algorithms/alg.nonmodifying/alg.all_of/pstl.exception_handling.pass.cpp @@ -8,6 +8,7 @@ // UNSUPPORTED: c++03, c++11, c++14 // UNSUPPORTED: no-exceptions +// REQUIRES: has-unix-headers // UNSUPPORTED: libcpp-has-no-incomplete-pstl |