summaryrefslogtreecommitdiff
path: root/test/Analysis/malloc-overflow.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/Analysis/malloc-overflow.c')
-rw-r--r--test/Analysis/malloc-overflow.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Analysis/malloc-overflow.c b/test/Analysis/malloc-overflow.c
index 99e05adab6fb..d8ad062840d5 100644
--- a/test/Analysis/malloc-overflow.c
+++ b/test/Analysis/malloc-overflow.c
@@ -1,4 +1,4 @@
-// RUN: %clang_cc1 -analyze -analyzer-checker=alpha.security.MallocOverflow -verify %s
+// RUN: %clang_analyze_cc1 -analyzer-checker=alpha.security.MallocOverflow -verify %s
#define NULL ((void *) 0)
typedef __typeof__(sizeof(int)) size_t;