forked from OSchip/llvm-project
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: 292901
This commit is contained in:
parent
d972882f06
commit
bd23d4daac
|
@ -8,7 +8,7 @@
|
|||
//===----------------------------------------------------------------------===//
|
||||
|
||||
// UNSUPPORTED: c++98, c++03
|
||||
// REQUIRES-ANY: c++11, c++14
|
||||
// REQUIRES: c++11 || c++14
|
||||
|
||||
// <functional>
|
||||
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
//===----------------------------------------------------------------------===//
|
||||
|
||||
// <functional>
|
||||
// REQUIRES-ANY: c++98, c++03, c++11, c++14
|
||||
// REQUIRES: c++98 || c++03 || c++11 || c++14
|
||||
|
||||
// class function<R(ArgTypes...)>
|
||||
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
//===----------------------------------------------------------------------===//
|
||||
|
||||
// <functional>
|
||||
// REQUIRES-ANY: c++98, c++03, c++11, c++14
|
||||
// REQUIRES: c++98 || c++03 || c++11 ||c++14
|
||||
|
||||
// class function<R(ArgTypes...)>
|
||||
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
//===----------------------------------------------------------------------===//
|
||||
|
||||
// <functional>
|
||||
// REQUIRES-ANY: c++98, c++03, c++11, c++14
|
||||
// REQUIRES: c++98 || c++03 || c++11 || c++14
|
||||
|
||||
// class function<R(ArgTypes...)>
|
||||
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
//===----------------------------------------------------------------------===//
|
||||
|
||||
// <functional>
|
||||
// REQUIRES-ANY: c++98, c++03, c++11, c++14
|
||||
// REQUIRES: c++98 || c++03 || c++11 || c++14
|
||||
|
||||
// class function<R(ArgTypes...)>
|
||||
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
//===----------------------------------------------------------------------===//
|
||||
|
||||
// UNSUPPORTED: c++98, c++03
|
||||
// REQUIRES-ANY: c++11, c++14
|
||||
// REQUIRES: c++11 || c++14
|
||||
|
||||
// <functional>
|
||||
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
// REQUIRES-ANY: c++98, c++03
|
||||
// REQUIRES: c++98 || c++03
|
||||
|
||||
// <utility>
|
||||
|
||||
|
|
Loading…
Reference in New Issue