From: Jordan Rose Date: Sat, 6 Oct 2012 02:06:17 +0000 (+0000) Subject: [analyzer] Tweak test to run the retain-count checker even on non-Darwin. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b1368c8089b707616cd76612d4f207e5dc0be22a;p=clang [analyzer] Tweak test to run the retain-count checker even on non-Darwin. This should fix the bots. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@165358 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Analysis/plist-output.m b/test/Analysis/plist-output.m index 7e821ab2d4..f4679fd8bf 100644 --- a/test/Analysis/plist-output.m +++ b/test/Analysis/plist-output.m @@ -1,4 +1,4 @@ -// RUN: %clang --analyze %s -o %t.plist +// RUN: %clang --analyze %s -Xanalyzer -analyzer-checker=osx.cocoa.RetainCount -o %t.plist // RUN: FileCheck --input-file=%t.plist %s void test_null_init(void) {