summaryrefslogtreecommitdiffstats
path: root/clang
diff options
context:
space:
mode:
authorTimur Iskhodzhanov <timurrrr@google.com>2012-11-27 12:55:47 +0000
committerTimur Iskhodzhanov <timurrrr@google.com>2012-11-27 12:55:47 +0000
commitb7029398f3847f02199c877e7cc75a23ded80b1c (patch)
treecb6e575cf93676030b7a70b443ad9aad00a669ef /clang
parentec8da998468c5830a4cce4c96e7b0f56a71bae9a (diff)
downloadbcm5719-llvm-b7029398f3847f02199c877e7cc75a23ded80b1c.tar.gz
bcm5719-llvm-b7029398f3847f02199c877e7cc75a23ded80b1c.zip
Remove outdated FIXME; should have removed that in r160782
llvm-svn: 168698
Diffstat (limited to 'clang')
-rw-r--r--clang/test/CodeGenCXX/mangle-ms-back-references-pr13207.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/clang/test/CodeGenCXX/mangle-ms-back-references-pr13207.cpp b/clang/test/CodeGenCXX/mangle-ms-back-references-pr13207.cpp
index 27b47689771..1fa59ab54b6 100644
--- a/clang/test/CodeGenCXX/mangle-ms-back-references-pr13207.cpp
+++ b/clang/test/CodeGenCXX/mangle-ms-back-references-pr13207.cpp
@@ -1,7 +1,5 @@
// 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>
class A {};
template<class X>
OpenPOWER on IntegriCloud