forked from OSchip/llvm-project
Fix XFAIL to reflect recent fixes in GCC
llvm-svn: 302841
This commit is contained in:
parent
d88705587f
commit
bb78837e4d
|
@ -11,7 +11,8 @@
|
|||
|
||||
// GCC returns true for __is_trivially_constructible(void, int)
|
||||
// See gcc.gnu.org/PR80682
|
||||
// XFAIL: gcc
|
||||
// NOTE: This has been fixed in trunk and will be backported soon.
|
||||
// XFAIL: gcc-7, gcc-6, gcc-5, gcc-4
|
||||
|
||||
// <experimental/type_traits>
|
||||
|
||||
|
|
Loading…
Reference in New Issue