forked from OSchip/llvm-project
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:
parent
cd0b56c5cf
commit
2f75ad4e51
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in New Issue