diff options
Diffstat (limited to 'test/Sema/block-storageclass.c')
-rw-r--r-- | test/Sema/block-storageclass.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Sema/block-storageclass.c b/test/Sema/block-storageclass.c index aacf8be2c0..9bfbfbd614 100644 --- a/test/Sema/block-storageclass.c +++ b/test/Sema/block-storageclass.c @@ -1,4 +1,4 @@ -// RUN: clang-cc %s -fsyntax-only -verify -fblocks +// RUN: %clang_cc1 %s -fsyntax-only -verify -fblocks int printf(const char *, ...); void _Block_byref_release(void*src){} |