summaryrefslogtreecommitdiffstats
path: root/clang/test/Analysis/inline-not-supported.c
diff options
context:
space:
mode:
Diffstat (limited to 'clang/test/Analysis/inline-not-supported.c')
-rw-r--r--clang/test/Analysis/inline-not-supported.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Analysis/inline-not-supported.c b/clang/test/Analysis/inline-not-supported.c
index c5f4c74952c..756d5d8b8db 100644
--- a/clang/test/Analysis/inline-not-supported.c
+++ b/clang/test/Analysis/inline-not-supported.c
@@ -1,4 +1,4 @@
-// RUN: %clang_analyze_cc1 -fblocks -analyzer-checker=core -verify %s
+// RUN: %clang_cc1 -fblocks -analyze -analyzer-checker=core -verify %s
// For now, don't inline varargs.
void foo(int *x, ...) {
OpenPOWER on IntegriCloud