Mark tests as unsupported in C++98 as well

Differential Revision: https://reviews.llvm.org/D38362

llvm-svn: 317210
This commit is contained in:
Roger Ferrer Ibanez 2017-11-02 15:01:43 +00:00
parent c83386cad8
commit 5347ebef23
2 changed files with 2 additions and 2 deletions

View File

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

View File

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