aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2009-07-11 23:05:12 +0000
committerDaniel Dunbar <daniel@zuster.org>2009-07-11 23:05:12 +0000
commit839fbc52fad8683c1f7d3a12ac4e09e2e5daa42d (patch)
treee3fd7226433d09a4460c58fd524a730cd585dc38
parentc966cf1a9617ca68c3596b6935f2b5cbf5246056 (diff)
The -disable-free hack didn't work...
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@75401 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--test/SemaTemplate/temp_class_spec_neg.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/SemaTemplate/temp_class_spec_neg.cpp b/test/SemaTemplate/temp_class_spec_neg.cpp
index e9b855ae6c..b50bd8f634 100644
--- a/test/SemaTemplate/temp_class_spec_neg.cpp
+++ b/test/SemaTemplate/temp_class_spec_neg.cpp
@@ -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: