Recommit r296712: "Fix Apple-specific XFAIL directive in libc++ test"

The test is passing with c++11 and c++14 but not c++1z on this
particular version of the compiler. Try to use lit boolean condition
to satisfy this constaint.

llvm-svn: 296725
This commit is contained in:
Mehdi Amini 2017-03-02 02:01:11 +00:00
parent cd0b56c5cf
commit 2f75ad4e51
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@
// Usage of is_trivially_constructible is broken with these compilers.
// See https://bugs.llvm.org/show_bug.cgi?id=31016
// XFAIL: clang-3.7, apple-clang-7, apple-clang-7.0
// XFAIL: clang-3.7, apple-clang-7 && c++1z
// <iterator>