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
This commit is contained in:
Eric Fiselier 2017-01-24 10:28:23 +00:00
parent 5a6e718bd2
commit 5aeb880d90
4 changed files with 4 additions and 4 deletions

View File

@ -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>

View File

@ -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 <exception>
#include <stdlib.h>

View File

@ -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 <exception>
#include <stdlib.h>

View File

@ -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 <exception>
#include <stdlib.h>