diff options
Diffstat (limited to 'test/Analysis/PR7218.c')
-rw-r--r-- | test/Analysis/PR7218.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Analysis/PR7218.c b/test/Analysis/PR7218.c index 635e56f..1775e05 100644 --- a/test/Analysis/PR7218.c +++ b/test/Analysis/PR7218.c @@ -1,4 +1,4 @@ -// RUN: %clang_cc1 -analyze -analyzer-check-objc-mem -analyzer-store region -verify %s +// RUN: %clang_cc1 -analyze -analyzer-checker=core -analyzer-store region -verify %s char PR7218(char a) { char buf[2]; buf[0] = a; |