Remove outdated FIXME; should have removed that in r160782
llvm-svn: 168698
This commit is contained in:
parent
ec8da99846
commit
b7029398f3
|
|
@ -1,7 +1,5 @@
|
||||||
// RUN: %clang_cc1 -emit-llvm %s -o - -cxx-abi microsoft -triple=i386-pc-win32 | FileCheck %s
|
// RUN: %clang_cc1 -emit-llvm %s -o - -cxx-abi microsoft -triple=i386-pc-win32 | FileCheck %s
|
||||||
|
|
||||||
// FIXME: add tests for return types with complex templates when PR13389 is fixed.
|
|
||||||
|
|
||||||
template<class X, class Y, class Z>
|
template<class X, class Y, class Z>
|
||||||
class A {};
|
class A {};
|
||||||
template<class X>
|
template<class X>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue