forked from OSchip/llvm-project
Add -disable-free to this test in the hopes if having it pass on Linux for now.
llvm-svn: 75390
This commit is contained in:
parent
d66cc5c781
commit
cfd6800c76
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue