[libc++] Remove c++98 Lit features in the test suite
authorLouis Dionne <ldionne.2@gmail.com>
Wed, 10 Feb 2021 18:30:38 +0000 (13:30 -0500)
committerLouis Dionne <ldionne.2@gmail.com>
Wed, 10 Feb 2021 18:32:41 +0000 (13:32 -0500)
We don't populate a Lit feature named c++98 since 31cbe0f240f.

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

index 279df1c..c1818de 100644 (file)
@@ -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>
index 18ac9da..fbc3d9c 100644 (file)
@@ -7,7 +7,7 @@
 //
 //===----------------------------------------------------------------------===//
 
-// UNSUPPORTED: c++98, c++03
+// UNSUPPORTED: c++03
 
 // <regex>