forked from OSchip/llvm-project
Disable test in C++<11 mode due to use of alignas.
llvm-svn: 324033
This commit is contained in:
parent
2d67d1e2a8
commit
c7ef5656ff
|
@ -7,6 +7,8 @@
|
||||||
//
|
//
|
||||||
//===----------------------------------------------------------------------===//
|
//===----------------------------------------------------------------------===//
|
||||||
|
|
||||||
|
// UNSUPPORTED: c++98, c++03
|
||||||
|
|
||||||
// <memory>
|
// <memory>
|
||||||
|
|
||||||
// template <class T>
|
// template <class T>
|
||||||
|
|
Loading…
Reference in New Issue