diff --git a/clang/test/CodeGenObjC/blocks-5.m b/clang/test/CodeGenObjC/blocks-5.m deleted file mode 100644 index 2f27d75afdf0..000000000000 --- a/clang/test/CodeGenObjC/blocks-5.m +++ /dev/null @@ -1,17 +0,0 @@ -// RUN: %clang_cc1 -fblocks -triple i386-apple-darwin10 -emit-llvm -o - %s | FileCheck %s -// radar 7581175 -// XFAIL: * - -extern void dispatch_async (void (^)(void)); - -@interface Foo -@end - -@implementation Foo -- (void)dealloc { - dispatch_async(^{}); -} -@end - -// CHECK: self.addr -// CHECK: self.addr