summaryrefslogtreecommitdiff
path: root/test/CodeGenObjCXX
diff options
context:
space:
mode:
authorJohn McCall <rjmccall@apple.com>2013-03-04 07:35:41 +0000
committerJohn McCall <rjmccall@apple.com>2013-03-04 07:35:41 +0000
commit2f8845fa59587456d53aa6056ee79984812fdf14 (patch)
tree6604e51de580360bec8c3346984e6f7256577fef /test/CodeGenObjCXX
parent48f904271effd381ec3c1ae33b97d1ec7d95860a (diff)
downloadclang-2f8845fa59587456d53aa6056ee79984812fdf14.tar.gz
clang-2f8845fa59587456d53aa6056ee79984812fdf14.tar.bz2
clang-2f8845fa59587456d53aa6056ee79984812fdf14.tar.xz
Correction to r176432: the bug actually fixed was <rdar://13025708>.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@176433 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGenObjCXX')
-rw-r--r--test/CodeGenObjCXX/unknown-anytype.mm2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGenObjCXX/unknown-anytype.mm b/test/CodeGenObjCXX/unknown-anytype.mm
index 692f70a752..0e146d42c9 100644
--- a/test/CodeGenObjCXX/unknown-anytype.mm
+++ b/test/CodeGenObjCXX/unknown-anytype.mm
@@ -1,6 +1,6 @@
// RUN: %clang_cc1 -triple x86_64-apple-darwin10 -fdebugger-support -funknown-anytype -emit-llvm -o - %s | FileCheck %s
-// rdar://12565338
+// rdar://13025708
@interface A @end
void test0(A *a) {