summaryrefslogtreecommitdiff
path: root/clang/test/Analysis/malloc-annotations.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'clang/test/Analysis/malloc-annotations.cpp')
-rw-r--r--clang/test/Analysis/malloc-annotations.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/clang/test/Analysis/malloc-annotations.cpp b/clang/test/Analysis/malloc-annotations.cpp
index 67a069d583ef..97fde387a281 100644
--- a/clang/test/Analysis/malloc-annotations.cpp
+++ b/clang/test/Analysis/malloc-annotations.cpp
@@ -1,7 +1,6 @@
// RUN: %clang_analyze_cc1 -verify \
// RUN: -analyzer-checker=core \
// RUN: -analyzer-checker=alpha.deadcode.UnreachableCode \
-// RUN: -analyzer-checker=alpha.core.CastSize \
// RUN: -analyzer-checker=unix.Malloc \
// RUN: -analyzer-config unix.DynamicMemoryModeling:Optimistic=true %s