]> granicus.if.org Git - clang/commitdiff
Remove this test for now.
authorFariborz Jahanian <fjahanian@apple.com>
Fri, 19 Feb 2010 01:40:48 +0000 (01:40 +0000)
committerFariborz Jahanian <fjahanian@apple.com>
Fri, 19 Feb 2010 01:40:48 +0000 (01:40 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@96651 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGenObjC/blocks-5.m [deleted file]

diff --git a/test/CodeGenObjC/blocks-5.m b/test/CodeGenObjC/blocks-5.m
deleted file mode 100644 (file)
index 2f27d75..0000000
+++ /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