diff options
author | Eric Fiselier <eric@efcs.ca> | 2017-01-24 09:11:08 +0000 |
---|---|---|
committer | Eric Fiselier <eric@efcs.ca> | 2017-01-24 09:11:08 +0000 |
commit | bd23d4daac388ea51cde88eb0d776f392b149cdc (patch) | |
tree | 8fb66668cc5a5505e163fd15e5bee3ca49dcb549 /libcxx/test/std/utilities/utility | |
parent | d972882f06865c7ab6d97d6346d01cace016c6ec (diff) | |
download | bcm5719-llvm-bd23d4daac388ea51cde88eb0d776f392b149cdc.tar.gz bcm5719-llvm-bd23d4daac388ea51cde88eb0d776f392b149cdc.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: 292901
Diffstat (limited to 'libcxx/test/std/utilities/utility')
-rw-r--r-- | libcxx/test/std/utilities/utility/pairs/pairs.pair/assign_pair_cxx03.pass.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libcxx/test/std/utilities/utility/pairs/pairs.pair/assign_pair_cxx03.pass.cpp b/libcxx/test/std/utilities/utility/pairs/pairs.pair/assign_pair_cxx03.pass.cpp index 2623b800fff..cf1afff90cd 100644 --- a/libcxx/test/std/utilities/utility/pairs/pairs.pair/assign_pair_cxx03.pass.cpp +++ b/libcxx/test/std/utilities/utility/pairs/pairs.pair/assign_pair_cxx03.pass.cpp @@ -7,7 +7,7 @@ // //===----------------------------------------------------------------------===// -// REQUIRES-ANY: c++98, c++03 +// REQUIRES: c++98 || c++03 // <utility> |