Skip to content

Commit

Permalink
[libc++] [test] XFAIL "span.cons/initializer_list.pass.cpp" for apple…
Browse files Browse the repository at this point in the history
…-clang-12.

This should have been done in 6a6a80e, but buildkite was down so I
hadn't noticed. This brings this test file into line with several others
in this directory.
  • Loading branch information
Arthur O'Dwyer committed Jan 6, 2022
1 parent 5e7912d commit 570ed38
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@
//
//===----------------------------------------------------------------------===//
// UNSUPPORTED: c++03, c++11, c++14, c++17
// UNSUPPORTED: libcpp-has-no-incomplete-ranges

// AppleClang 12.0.0 doesn't fully support ranges/concepts
// XFAIL: apple-clang-12.0.0

// <span>

Expand Down

0 comments on commit 570ed38

Please sign in to comment.