diff options
| author | Eric Fiselier <eric@efcs.ca> | 2017-01-24 10:28:23 +0000 |
|---|---|---|
| committer | Eric Fiselier <eric@efcs.ca> | 2017-01-24 10:28:23 +0000 |
| commit | 5aeb880d909e50d85b44d6c019c3dfd3bcdb0ca2 (patch) | |
| tree | a7d3284f7b645702f9f9e236b1cd88c61a212dad /libcxxabi/test/unwind_02.pass.cpp | |
| parent | 5a6e718bd2b7920bc5b03f243557bb647ac19e2e (diff) | |
| download | bcm5719-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.cpp | 2 |
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> |

