diff options
Diffstat (limited to 'test/Sema/function-pointer-sentinel-attribute.c')
-rw-r--r-- | test/Sema/function-pointer-sentinel-attribute.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Sema/function-pointer-sentinel-attribute.c b/test/Sema/function-pointer-sentinel-attribute.c index 6d3fb17180..5f17a260b2 100644 --- a/test/Sema/function-pointer-sentinel-attribute.c +++ b/test/Sema/function-pointer-sentinel-attribute.c @@ -1,4 +1,4 @@ -// RUN: clang-cc -fsyntax-only -verify %s +// RUN: %clang_cc1 -fsyntax-only -verify %s void (*e) (int arg, const char * format, ...) __attribute__ ((__sentinel__ (1,1))); |