aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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: