diff options
-rw-r--r-- | test/CodeGenObjC/blocks-5.m | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/CodeGenObjC/blocks-5.m b/test/CodeGenObjC/blocks-5.m index 018915cc7e..2f27d75afd 100644 --- a/test/CodeGenObjC/blocks-5.m +++ b/test/CodeGenObjC/blocks-5.m @@ -1,5 +1,6 @@ // RUN: %clang_cc1 -fblocks -triple i386-apple-darwin10 -emit-llvm -o - %s | FileCheck %s // radar 7581175 +// XFAIL: * extern void dispatch_async (void (^)(void)); |