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.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/Analysis/malloc-overflow.cpp b/test/Analysis/malloc-overflow.cpp
index c1ac6be4b029..e3a0408863e6 100644
--- a/test/Analysis/malloc-overflow.cpp
+++ b/test/Analysis/malloc-overflow.cpp
@@ -1,4 +1,5 @@
-// RUN: %clang_cc1 -analyze -analyzer-checker=experimental.security.MallocOverflow -verify %s
+// RUN: %clang_cc1 -analyze -analyzer-checker=alpha.security.MallocOverflow -verify %s
+// expected-no-diagnostics
class A {
public: