[cfe-commits] r75390 - /cfe/trunk/test/SemaTemplate/temp_class_spec_neg.cpp

Daniel Dunbar daniel at zuster.org
Sat Jul 11 15:00:53 PDT 2009


Author: ddunbar
Date: Sat Jul 11 17:00:53 2009
New Revision: 75390

URL: http://llvm.org/viewvc/llvm-project?rev=75390&view=rev
Log:
Add -disable-free to this test in the hopes if having it pass on Linux for now.

Modified:
    cfe/trunk/test/SemaTemplate/temp_class_spec_neg.cpp

Modified: cfe/trunk/test/SemaTemplate/temp_class_spec_neg.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/SemaTemplate/temp_class_spec_neg.cpp?rev=75390&r1=75389&r2=75390&view=diff

==============================================================================
--- cfe/trunk/test/SemaTemplate/temp_class_spec_neg.cpp (original)
+++ cfe/trunk/test/SemaTemplate/temp_class_spec_neg.cpp Sat Jul 11 17:00:53 2009
@@ -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:





More information about the cfe-commits mailing list