aboutsummaryrefslogtreecommitdiff
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
commit5e7b43ed3071a98d68b6da4f22720b9076d6f18a (patch)
treee925da2e2595f285df12949ce4e8e98a33542793
parent93308b9aa4c254b0a82a79d1bc0c78b83b9fed50 (diff)
Remove outdated FIXME; should have removed that in r160782
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@168698 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--test/CodeGenCXX/mangle-ms-back-references-pr13207.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/CodeGenCXX/mangle-ms-back-references-pr13207.cpp b/test/CodeGenCXX/mangle-ms-back-references-pr13207.cpp
index 27b4768977..1fa59ab54b 100644
--- a/test/CodeGenCXX/mangle-ms-back-references-pr13207.cpp
+++ b/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>