Remove this test for now.

llvm-svn: 96651
This commit is contained in:
Fariborz Jahanian 2010-02-19 01:40:48 +00:00
parent 01cc437159
commit 40efb08d87
1 changed files with 0 additions and 17 deletions

View File

@ -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