[cfe-commits] r96651 - /cfe/trunk/test/CodeGenObjC/blocks-5.m
Fariborz Jahanian
fjahanian at apple.com
Thu Feb 18 17:40:49 PST 2010
Author: fjahanian
Date: Thu Feb 18 19:40:48 2010
New Revision: 96651
URL: http://llvm.org/viewvc/llvm-project?rev=96651&view=rev
Log:
Remove this test for now.
Removed:
cfe/trunk/test/CodeGenObjC/blocks-5.m
Removed: cfe/trunk/test/CodeGenObjC/blocks-5.m
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/CodeGenObjC/blocks-5.m?rev=96650&view=auto
==============================================================================
--- cfe/trunk/test/CodeGenObjC/blocks-5.m (original)
+++ cfe/trunk/test/CodeGenObjC/blocks-5.m (removed)
@@ -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));
-
- at interface Foo
- at end
-
- at implementation Foo
-- (void)dealloc {
- dispatch_async(^{});
-}
- at end
-
-// CHECK: self.addr
-// CHECK: self.addr
More information about the cfe-commits
mailing list