[libcxx-commits] [libcxx] 183b75f - [libc++] Remove c++98 Lit features in the test suite

Louis Dionne via libcxx-commits libcxx-commits at lists.llvm.org
Wed Feb 10 10:33:07 PST 2021


Author: Louis Dionne
Date: 2021-02-10T13:32:41-05:00
New Revision: 183b75f667bb51fd4e4ef5a029dcf41432439920

URL: https://github.com/llvm/llvm-project/commit/183b75f667bb51fd4e4ef5a029dcf41432439920
DIFF: https://github.com/llvm/llvm-project/commit/183b75f667bb51fd4e4ef5a029dcf41432439920.diff

LOG: [libc++] Remove c++98 Lit features in the test suite

We don't populate a Lit feature named c++98 since 31cbe0f240f.

Added: 
    

Modified: 
    libcxx/test/std/concepts/lang/convertible.compile.pass.cpp
    libcxx/test/std/re/re.const/re.matchflag/match_multiline.pass.cpp

Removed: 
    


################################################################################
diff  --git a/libcxx/test/std/concepts/lang/convertible.compile.pass.cpp b/libcxx/test/std/concepts/lang/convertible.compile.pass.cpp
index 279df1c3a0b5..c1818deee9f9 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<class From, class To>

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 18ac9da2b0cd..fbc3d9caea51 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
 
 // <regex>
 


        


More information about the libcxx-commits mailing list