diff options
Diffstat (limited to 'clang/test/CodeGen/blocks-1.c')
-rw-r--r-- | clang/test/CodeGen/blocks-1.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/clang/test/CodeGen/blocks-1.c b/clang/test/CodeGen/blocks-1.c index 725d71fbc95..c397185e880 100644 --- a/clang/test/CodeGen/blocks-1.c +++ b/clang/test/CodeGen/blocks-1.c @@ -1,4 +1,5 @@ -// RUN: clang %s -emit-llvm -o %t -fblocks -f__block +// RUN: clang %s -emit-llvm -o %t -fblocks -f__block && +// RUN: grep "_Block_object_dispose" %t | count 3 #include <stdio.h> void test1() { |