The -disable-free hack didn't work...

llvm-svn: 75401
This commit is contained in:
Daniel Dunbar 2009-07-11 23:05:12 +00:00
parent 024c68b734
commit 619bf84ad4
1 changed files with 1 additions and 2 deletions

View File

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