diff options
| author | Arthur O'Dwyer <arthur.j.odwyer@gmail.com> | 2021-11-08 17:00:43 -0500 |
|---|---|---|
| committer | Arthur O'Dwyer <arthur.j.odwyer@gmail.com> | 2021-11-20 11:44:57 -0500 |
| commit | 401b76fdf2b328520cc71d829ea726b74bb2192f (patch) | |
| tree | 1278ad95473c1cad13f90884b65dee763f439e35 /libcxxabi/test/catch_member_function_pointer_02.pass.cpp | |
| parent | ec7b0d4d3458cf42c4e40da2ea391b29ba1731dd (diff) | |
[libc++] [test] Eliminate libcpp-no-noexcept-function-type and libcpp-no-structured-bindings.
At this point, every supported compiler that claims a -std=c++17 mode
should also support these features.
Differential Revision: https://reviews.llvm.org/D113436
Diffstat (limited to 'libcxxabi/test/catch_member_function_pointer_02.pass.cpp')
| -rw-r--r-- | libcxxabi/test/catch_member_function_pointer_02.pass.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libcxxabi/test/catch_member_function_pointer_02.pass.cpp b/libcxxabi/test/catch_member_function_pointer_02.pass.cpp index 3413753cd01c..ee81b0c3d367 100644 --- a/libcxxabi/test/catch_member_function_pointer_02.pass.cpp +++ b/libcxxabi/test/catch_member_function_pointer_02.pass.cpp @@ -7,7 +7,8 @@ //===----------------------------------------------------------------------===// // Can a noexcept member function pointer be caught by a non-noexcept catch clause? -// UNSUPPORTED: no-exceptions, no-noexcept-function-type +// UNSUPPORTED: c++03, c++11, c++14 +// UNSUPPORTED: no-exceptions // Support for catching a function pointer including noexcept was shipped in macOS 10.13 // XFAIL: use_system_cxx_lib && {{.+}}-apple-macosx10.{{9|10|11|12}} |
