diff options
Diffstat (limited to 'test/Analysis/inline-not-supported.c')
-rw-r--r-- | test/Analysis/inline-not-supported.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Analysis/inline-not-supported.c b/test/Analysis/inline-not-supported.c index 756d5d8b8dbf2..c5f4c74952cc0 100644 --- a/test/Analysis/inline-not-supported.c +++ b/test/Analysis/inline-not-supported.c @@ -1,4 +1,4 @@ -// RUN: %clang_cc1 -fblocks -analyze -analyzer-checker=core -verify %s +// RUN: %clang_analyze_cc1 -fblocks -analyzer-checker=core -verify %s // For now, don't inline varargs. void foo(int *x, ...) { |