From 183b75f667bb51fd4e4ef5a029dcf41432439920 Mon Sep 17 00:00:00 2001 From: Louis Dionne Date: Wed, 10 Feb 2021 13:30:38 -0500 Subject: [PATCH] [libc++] Remove c++98 Lit features in the test suite We don't populate a Lit feature named c++98 since 31cbe0f240f. --- libcxx/test/std/concepts/lang/convertible.compile.pass.cpp | 2 +- libcxx/test/std/re/re.const/re.matchflag/match_multiline.pass.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/libcxx/test/std/concepts/lang/convertible.compile.pass.cpp b/libcxx/test/std/concepts/lang/convertible.compile.pass.cpp index 279df1c..c1818de 100644 --- a/libcxx/test/std/concepts/lang/convertible.compile.pass.cpp +++ b/libcxx/test/std/concepts/lang/convertible.compile.pass.cpp @@ -6,7 +6,7 @@ // //===----------------------------------------------------------------------===// -// UNSUPPORTED: c++98, c++03, c++11, c++14, c++17 +// UNSUPPORTED: c++03, c++11, c++14, c++17 // UNSUPPORTED: libcpp-no-concepts // template diff --git a/libcxx/test/std/re/re.const/re.matchflag/match_multiline.pass.cpp b/libcxx/test/std/re/re.const/re.matchflag/match_multiline.pass.cpp index 18ac9da..fbc3d9c 100644 --- a/libcxx/test/std/re/re.const/re.matchflag/match_multiline.pass.cpp +++ b/libcxx/test/std/re/re.const/re.matchflag/match_multiline.pass.cpp @@ -7,7 +7,7 @@ // //===----------------------------------------------------------------------===// -// UNSUPPORTED: c++98, c++03 +// UNSUPPORTED: c++03 // -- 2.7.4