diff options
Diffstat (limited to 'clang/test/Analysis/plist-output.m')
-rw-r--r-- | clang/test/Analysis/plist-output.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Analysis/plist-output.m b/clang/test/Analysis/plist-output.m index de40518d150..8b2b7a3d740 100644 --- a/clang/test/Analysis/plist-output.m +++ b/clang/test/Analysis/plist-output.m @@ -1,4 +1,4 @@ -// RUN: %clang_analyze_cc1 %s -analyzer-checker=osx.cocoa.RetainCount,deadcode.DeadStores,core -analyzer-output=plist -o %t.plist +// RUN: %clang_analyze_cc1 -analyzer-config eagerly-assume=false %s -analyzer-checker=osx.cocoa.RetainCount,deadcode.DeadStores,core -analyzer-output=plist -o %t.plist // RUN: tail -n +11 %t.plist | diff -u -w - %S/Inputs/expected-plists/plist-output.m.plist void test_null_init(void) { |