From 79078a328ea141b655dd2f741c610678da4f4f7a Mon Sep 17 00:00:00 2001 From: Roger Ferrer Ibanez Date: Thu, 2 Nov 2017 15:01:43 +0000 Subject: [PATCH] Mark tests as unsupported in C++98 as well Differential Revision: https://reviews.llvm.org/D38362 git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@317210 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/std/re/re.alg/re.alg.match/exponential.pass.cpp | 2 +- test/std/re/re.alg/re.alg.search/exponential.pass.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/test/std/re/re.alg/re.alg.match/exponential.pass.cpp b/test/std/re/re.alg/re.alg.match/exponential.pass.cpp index dc51bcc98..f7a6f91ef 100644 --- a/test/std/re/re.alg/re.alg.match/exponential.pass.cpp +++ b/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 diff --git a/test/std/re/re.alg/re.alg.search/exponential.pass.cpp b/test/std/re/re.alg/re.alg.search/exponential.pass.cpp index 67fc3446b..e22aa358b 100644 --- a/test/std/re/re.alg/re.alg.search/exponential.pass.cpp +++ b/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