aboutsummaryrefslogtreecommitdiff
path: root/test/Analysis/malloc-custom.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/Analysis/malloc-custom.c')
-rw-r--r--test/Analysis/malloc-custom.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Analysis/malloc-custom.c b/test/Analysis/malloc-custom.c
index 3c16bbd17e68..f33b150de678 100644
--- a/test/Analysis/malloc-custom.c
+++ b/test/Analysis/malloc-custom.c
@@ -1,4 +1,4 @@
-// RUN: %clang_cc1 -analyze -analyzer-checker=core,unix.Malloc -Wno-incompatible-library-redeclaration -verify %s
+// RUN: %clang_analyze_cc1 -analyzer-checker=core,unix.Malloc -Wno-incompatible-library-redeclaration -verify %s
// Various tests to make the the analyzer is robust against custom
// redeclarations of memory routines.