Fix test failure with GCC 4.9

llvm-svn: 302182
This commit is contained in:
Eric Fiselier 2017-05-04 19:13:28 +00:00
parent 8f6c6b9550
commit 5be171f0bd
1 changed files with 4 additions and 0 deletions

View File

@ -9,6 +9,10 @@
// UNSUPPORTED: c++98, c++03
// This workaround option is specific to MSVC's C1XX, so we don't care that
// it isn't set for older GCC versions.
// XFAIL: gcc-4.9
// Verify TEST_WORKAROUND_C1XX_BROKEN_IS_TRIVIALLY_COPYABLE.
#include <type_traits>