forked from OSchip/llvm-project
parent
8f6c6b9550
commit
5be171f0bd
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue