Fix XFAIL to reflect recent fixes in GCC

llvm-svn: 302841
This commit is contained in:
Eric Fiselier 2017-05-11 23:04:04 +00:00
parent d88705587f
commit bb78837e4d
1 changed files with 2 additions and 1 deletions

View File

@ -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>