commit | e2a3e9a851f9820ad18e7397cb1122e18fde06d8 | [log] [tgz] |
---|---|---|
author | Daniel Dunbar <daniel@zuster.org> | Sat Jul 11 22:00:53 2009 +0000 |
committer | Daniel Dunbar <daniel@zuster.org> | Sat Jul 11 22:00:53 2009 +0000 |
tree | 4f0b7929f08033a106b61c3895ef90cd4f3df2af | |
parent | 28e478010eb4d789da85c6378dbfa9d66b95830b [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
diff --git a/test/SemaTemplate/temp_class_spec_neg.cpp b/test/SemaTemplate/temp_class_spec_neg.cpp index b50bd8f..e9b855a 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: