diff options
Diffstat (limited to 'test/Analysis/elementtype.c')
-rw-r--r-- | test/Analysis/elementtype.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Analysis/elementtype.c b/test/Analysis/elementtype.c index ba66015d746e8..d41202a1f07fb 100644 --- a/test/Analysis/elementtype.c +++ b/test/Analysis/elementtype.c @@ -1,4 +1,4 @@ -// RUN: %clang_cc1 -analyze -analyzer-checker=core.experimental -analyzer-check-objc-mem -analyzer-store=region %s +// RUN: %clang_cc1 -analyze -analyzer-checker=core,core.experimental -analyzer-store=region %s typedef struct added_obj_st { int type; |