diff options
Diffstat (limited to 'clang/test/CodeGen/blocks.c')
-rw-r--r-- | clang/test/CodeGen/blocks.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/clang/test/CodeGen/blocks.c b/clang/test/CodeGen/blocks.c index 1f1e5edd848..eddf25c74a8 100644 --- a/clang/test/CodeGen/blocks.c +++ b/clang/test/CodeGen/blocks.c @@ -27,4 +27,3 @@ void (^test1)(void) = ^(void) { ^ { i = 1; }(); }; -// RUN: true |