summaryrefslogtreecommitdiff
path: root/test/unwind_02.pass.cpp
diff options
context:
space:
mode:
authorMarshall Clow <mclow.lists@gmail.com>2017-01-16 15:28:03 +0000
committerMarshall Clow <mclow.lists@gmail.com>2017-01-16 15:28:03 +0000
commit7769ea25e4dc05094a74cb77cf83b9e5dc90491a (patch)
tree9cda29c3040a0d2f03d5ca7860706a4a1bc35212 /test/unwind_02.pass.cpp
parented6110245ac6f3ee19361dba7b673b0001ef25dd (diff)
Mark the dynamic-exception tests as unsupported under C++17, since it has no dynamic-exception specs. Also, remove a FIXME workaround from the config that allowed these tests to work under C++17. This addresses PR#31621.
git-svn-id: https://llvm.org/svn/llvm-project/libcxxabi/trunk@292135 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/unwind_02.pass.cpp')
-rw-r--r--test/unwind_02.pass.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/unwind_02.pass.cpp b/test/unwind_02.pass.cpp
index fbcc232..8b10807 100644
--- a/test/unwind_02.pass.cpp
+++ b/test/unwind_02.pass.cpp
@@ -8,6 +8,7 @@
//===----------------------------------------------------------------------===//
// UNSUPPORTED: libcxxabi-no-exceptions
+// REQUIRES-ANY: c++98, c++03, c++11, c++14
#include <assert.h>