forked from OSchip/llvm-project
Disable this test for now, it has been crashing on linux for weeks.
llvm-svn: 76328
This commit is contained in:
parent
15b73deeea
commit
f1dc291655
|
@ -1,4 +1,8 @@
|
||||||
// RUN: clang-cc -fsyntax-only -verify %s
|
// FIXME: Disabled because this always crashes on some platforms.
|
||||||
|
// RUNX: clang-cc -fsyntax-only -verify %s
|
||||||
|
// RUN: false
|
||||||
|
// XFAIL
|
||||||
|
|
||||||
template<typename T> struct vector;
|
template<typename T> struct vector;
|
||||||
|
|
||||||
// C++ [temp.class.spec]p6:
|
// C++ [temp.class.spec]p6:
|
||||||
|
|
Loading…
Reference in New Issue