forked from OSchip/llvm-project
Disable clang/test/SemaTemplate/instantiation-depth-default.cpp temporarily for targeting mingw32. It crashes. Investigating.
llvm-svn: 280104
This commit is contained in:
parent
92c948901a
commit
c37dc82d0b
|
@ -12,3 +12,6 @@ template<int N, typename T> struct X : X<N+1, T*> {};
|
|||
// expected-note@8 {{use -ftemplate-depth=N to increase recursive template instantiation depth}}
|
||||
|
||||
X<0, int> x; // expected-note {{in instantiation of}}
|
||||
|
||||
// FIXME: It crashes. Investigating.
|
||||
// UNSUPPORTED: mingw32
|
||||
|
|
Loading…
Reference in New Issue