diff options
| -rw-r--r-- | clang/test/CodeGenObjC/blocks-1.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CodeGenObjC/blocks-1.m b/clang/test/CodeGenObjC/blocks-1.m index 38598b1b421..e343a58ee51 100644 --- a/clang/test/CodeGenObjC/blocks-1.m +++ b/clang/test/CodeGenObjC/blocks-1.m @@ -1,4 +1,4 @@ -// RUN: clang-cc %s -emit-llvm -o %t -fobjc-gc -fblocks && +// RUN: clang-cc %s -emit-llvm -o %t -fobjc-gc -fblocks -triple i386-apple-darwin10 && // RUN: grep "_Block_object_dispose" %t | count 4 && // RUN: grep "__copy_helper_block_" %t | count 2 && // RUN: grep "__destroy_helper_block_" %t | count 2 && |

