Index: libcxx/trunk/test/std/re/re.alg/re.alg.match/exponential.pass.cpp =================================================================== --- libcxx/trunk/test/std/re/re.alg/re.alg.match/exponential.pass.cpp +++ libcxx/trunk/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 Index: libcxx/trunk/test/std/re/re.alg/re.alg.search/exponential.pass.cpp =================================================================== --- libcxx/trunk/test/std/re/re.alg/re.alg.search/exponential.pass.cpp +++ libcxx/trunk/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