diff options
Diffstat (limited to 'test/Sema/annotate.c')
-rw-r--r-- | test/Sema/annotate.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Sema/annotate.c b/test/Sema/annotate.c index aec2af8b02..4d550759a2 100644 --- a/test/Sema/annotate.c +++ b/test/Sema/annotate.c @@ -1,4 +1,4 @@ -// RUN: clang-cc %s -fsyntax-only -verify +// RUN: %clang_cc1 %s -fsyntax-only -verify void __attribute__((annotate("foo"))) foo(float *a) { __attribute__((annotate("bar"))) int x; |