diff options
Diffstat (limited to 'clang/test/CodeGen/kr-style-block.c')
-rw-r--r-- | clang/test/CodeGen/kr-style-block.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CodeGen/kr-style-block.c b/clang/test/CodeGen/kr-style-block.c index ac788dc9ab9..09efb37927a 100644 --- a/clang/test/CodeGen/kr-style-block.c +++ b/clang/test/CodeGen/kr-style-block.c @@ -1,4 +1,4 @@ -// RUN: clang-cc -emit-llvm %s -o %t -fblocks +// RUN: %clang_cc1 -emit-llvm %s -o %t -fblocks void foo (void(^)()); |