From: Fariborz Jahanian Date: Fri, 19 Feb 2010 01:40:48 +0000 (+0000) Subject: Remove this test for now. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=170e41d856f0bf39799fac9cc1e666bb857afa0c;p=clang Remove this test for now. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@96651 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/CodeGenObjC/blocks-5.m b/test/CodeGenObjC/blocks-5.m deleted file mode 100644 index 2f27d75afd..0000000000 --- a/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