diff options
Diffstat (limited to 'clang/test/Analysis/no-outofbounds.c')
-rw-r--r-- | clang/test/Analysis/no-outofbounds.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/clang/test/Analysis/no-outofbounds.c b/clang/test/Analysis/no-outofbounds.c index 7aeae7e11d1..94052806f0a 100644 --- a/clang/test/Analysis/no-outofbounds.c +++ b/clang/test/Analysis/no-outofbounds.c @@ -1,5 +1,4 @@ // RUN: clang-cc -checker-cfref -analyze -analyzer-store=basic -verify %s && -// RUN: clang-cc -checker-cfref -analyze -analyzer-store=basic-old-cast -verify %s && // RUN: clang-cc -checker-cfref -analyze -analyzer-store=region -verify %s //===----------------------------------------------------------------------===// |