Disable this test for now, it has been crashing on linux for weeks.

llvm-svn: 76328
This commit is contained in:
Daniel Dunbar 2009-07-18 19:55:20 +00:00
parent 15b73deeea
commit f1dc291655
1 changed files with 5 additions and 1 deletions

View File

@ -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;
// C++ [temp.class.spec]p6: