]> granicus.if.org Git - clang/commitdiff
Remove outdated FIXME; should have removed that in r160782
authorTimur Iskhodzhanov <timurrrr@google.com>
Tue, 27 Nov 2012 12:55:47 +0000 (12:55 +0000)
committerTimur Iskhodzhanov <timurrrr@google.com>
Tue, 27 Nov 2012 12:55:47 +0000 (12:55 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@168698 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGenCXX/mangle-ms-back-references-pr13207.cpp

index 27b47689771d4ed7b807b1d650efcd9822f34424..1fa59ab54b6ce64a2c15016ed89bac41a543a01b 100644 (file)
@@ -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>