summaryrefslogtreecommitdiffstats
path: root/libcxxabi/test/unwind_02.pass.cpp
diff options
context:
space:
mode:
authorEric Fiselier <eric@efcs.ca>2017-01-24 10:28:23 +0000
committerEric Fiselier <eric@efcs.ca>2017-01-24 10:28:23 +0000
commit5aeb880d909e50d85b44d6c019c3dfd3bcdb0ca2 (patch)
treea7d3284f7b645702f9f9e236b1cd88c61a212dad /libcxxabi/test/unwind_02.pass.cpp
parent5a6e718bd2b7920bc5b03f243557bb647ac19e2e (diff)
downloadbcm5719-llvm-5aeb880d909e50d85b44d6c019c3dfd3bcdb0ca2.tar.gz
bcm5719-llvm-5aeb880d909e50d85b44d6c019c3dfd3bcdb0ca2.zip
Remove all usages of REQUIRES-ANY in the test suite.
Pending LIT changes are about to remove the REQUIRES-ANY keyword in place of supporting boolean && and || within "REQUIRES". This patch prepares libc++ for that change so that when applied the bots don't lose their mind. llvm-svn: 292906
Diffstat (limited to 'libcxxabi/test/unwind_02.pass.cpp')
-rw-r--r--libcxxabi/test/unwind_02.pass.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/libcxxabi/test/unwind_02.pass.cpp b/libcxxabi/test/unwind_02.pass.cpp
index 8b108077abd..2c6e1d62190 100644
--- a/libcxxabi/test/unwind_02.pass.cpp
+++ b/libcxxabi/test/unwind_02.pass.cpp
@@ -8,7 +8,7 @@
//===----------------------------------------------------------------------===//
// UNSUPPORTED: libcxxabi-no-exceptions
-// REQUIRES-ANY: c++98, c++03, c++11, c++14
+// REQUIRES: c++98 || c++03 || c++11 || c++14
#include <assert.h>
OpenPOWER on IntegriCloud