Add -disable-free to this test in the hopes if having it pass on Linux for now.

llvm-svn: 75390
This commit is contained in:
Daniel Dunbar 2009-07-11 22:00:53 +00:00
parent d66cc5c781
commit cfd6800c76
1 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,5 @@
// RUN: clang-cc -fsyntax-only -verify %s
// FIXME: This should not require -disable-free.
// RUN: clang-cc -disable-free -fsyntax-only -verify %s
template<typename T> struct vector;
// C++ [temp.class.spec]p6: