diff options
| author | Roger Ferrer Ibanez <roger.ferreribanez@arm.com> | 2017-11-02 15:01:43 +0000 |
|---|---|---|
| committer | Roger Ferrer Ibanez <roger.ferreribanez@arm.com> | 2017-11-02 15:01:43 +0000 |
| commit | 5347ebef23f2124b43460ad51682fd792cf7a140 (patch) | |
| tree | 68de36dd8565ce8b6614d7aa168dfd75938687c3 /libcxx/test/std | |
| parent | c83386cad88960afec2a376d8157a253f11ac44a (diff) | |
| download | bcm5719-llvm-5347ebef23f2124b43460ad51682fd792cf7a140.tar.gz bcm5719-llvm-5347ebef23f2124b43460ad51682fd792cf7a140.zip | |
Mark tests as unsupported in C++98 as well
Differential Revision: https://reviews.llvm.org/D38362
llvm-svn: 317210
Diffstat (limited to 'libcxx/test/std')
| -rw-r--r-- | libcxx/test/std/re/re.alg/re.alg.match/exponential.pass.cpp | 2 | ||||
| -rw-r--r-- | libcxx/test/std/re/re.alg/re.alg.search/exponential.pass.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/libcxx/test/std/re/re.alg/re.alg.match/exponential.pass.cpp b/libcxx/test/std/re/re.alg/re.alg.match/exponential.pass.cpp index dc51bcc9822..f7a6f91efe0 100644 --- a/libcxx/test/std/re/re.alg/re.alg.match/exponential.pass.cpp +++ b/libcxx/test/std/re/re.alg/re.alg.match/exponential.pass.cpp @@ -9,7 +9,7 @@ // <regex> // UNSUPPORTED: libcpp-no-exceptions -// UNSUPPORTED: c++03 +// UNSUPPORTED: c++98, c++03 // template <class BidirectionalIterator, class Allocator, class charT, class traits> // bool diff --git a/libcxx/test/std/re/re.alg/re.alg.search/exponential.pass.cpp b/libcxx/test/std/re/re.alg/re.alg.search/exponential.pass.cpp index 67fc3446bda..e22aa358b79 100644 --- a/libcxx/test/std/re/re.alg/re.alg.search/exponential.pass.cpp +++ b/libcxx/test/std/re/re.alg/re.alg.search/exponential.pass.cpp @@ -9,7 +9,7 @@ // <regex> // UNSUPPORTED: libcpp-no-exceptions -// UNSUPPORTED: c++03 +// UNSUPPORTED: c++98, c++03 // template <class BidirectionalIterator, class Allocator, class charT, class traits> // bool |

