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 @@ // // UNSUPPORTED: libcpp-no-exceptions -// UNSUPPORTED: c++03 +// UNSUPPORTED: c++98, c++03 // template // 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 @@ // // UNSUPPORTED: libcpp-no-exceptions -// UNSUPPORTED: c++03 +// UNSUPPORTED: c++98, c++03 // template // bool