Skip to content

Commit

Permalink
[libc++] Remove c++98 Lit features in the test suite
Browse files Browse the repository at this point in the history
We don't populate a Lit feature named c++98 since 31cbe0f.
  • Loading branch information
ldionne committed Feb 10, 2021
1 parent 1e8afba commit 183b75f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion libcxx/test/std/concepts/lang/convertible.compile.pass.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
//
//===----------------------------------------------------------------------===//

// UNSUPPORTED: c++98, c++03
// UNSUPPORTED: c++03

// <regex>

Expand Down

0 comments on commit 183b75f

Please sign in to comment.