From: Daniel Dunbar Date: Sat, 11 Jul 2009 22:00:53 +0000 (+0000) Subject: Add -disable-free to this test in the hopes if having it pass on Linux for now. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e2a3e9a851f9820ad18e7397cb1122e18fde06d8;p=clang 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 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 struct vector; // C++ [temp.class.spec]p6: