aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2009-07-11 22:00:53 +0000
committerDaniel Dunbar <daniel@zuster.org>2009-07-11 22:00:53 +0000
commite2a3e9a851f9820ad18e7397cb1122e18fde06d8 (patch)
tree4f0b7929f08033a106b61c3895ef90cd4f3df2af
parent28e478010eb4d789da85c6378dbfa9d66b95830b (diff)
Add -disable-free to this test in the hopes if having it pass on Linux for now.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@75390 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--test/SemaTemplate/temp_class_spec_neg.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/SemaTemplate/temp_class_spec_neg.cpp b/test/SemaTemplate/temp_class_spec_neg.cpp
index b50bd8f634..e9b855ae6c 100644
--- a/test/SemaTemplate/temp_class_spec_neg.cpp
+++ b/test/SemaTemplate/temp_class_spec_neg.cpp
@@ -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: