summaryrefslogtreecommitdiff
path: root/test/Analysis/malloc-overflow.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/Analysis/malloc-overflow.cpp')
-rw-r--r--test/Analysis/malloc-overflow.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Analysis/malloc-overflow.cpp b/test/Analysis/malloc-overflow.cpp
index e3a0408863e6..e070217cf7d8 100644
--- a/test/Analysis/malloc-overflow.cpp
+++ b/test/Analysis/malloc-overflow.cpp
@@ -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
// expected-no-diagnostics
class A {