diff options
-rw-r--r-- | test/CodeGenObjC/overloadable.m | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/CodeGenObjC/overloadable.m b/test/CodeGenObjC/overloadable.m index 22fc891da2..fe00fadb87 100644 --- a/test/CodeGenObjC/overloadable.m +++ b/test/CodeGenObjC/overloadable.m @@ -1,3 +1,4 @@ +// rdar://6657613 // RUN: clang -emit-llvm %s -o %t && @class C; |