diff options
Diffstat (limited to 'test/Sema/block-as-object.m')
-rw-r--r-- | test/Sema/block-as-object.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Sema/block-as-object.m b/test/Sema/block-as-object.m index 219b1a065325e..1197a1972feca 100644 --- a/test/Sema/block-as-object.m +++ b/test/Sema/block-as-object.m @@ -1,4 +1,4 @@ -// RUN: clang-cc %s -fsyntax-only -verify -fblocks +// RUN: clang -cc1 %s -fsyntax-only -verify -fblocks @interface Whatever - copy; |