diff options
-rw-r--r-- | test/SemaTemplate/temp_class_spec_neg.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/test/SemaTemplate/temp_class_spec_neg.cpp b/test/SemaTemplate/temp_class_spec_neg.cpp index e9b855ae6c..b50bd8f634 100644 --- a/test/SemaTemplate/temp_class_spec_neg.cpp +++ b/test/SemaTemplate/temp_class_spec_neg.cpp @@ -1,5 +1,4 @@ -// FIXME: This should not require -disable-free. -// RUN: clang-cc -disable-free -fsyntax-only -verify %s +// RUN: clang-cc -fsyntax-only -verify %s template<typename T> struct vector; // C++ [temp.class.spec]p6: |