diff options
author | Jordan Rose <jordan_rose@apple.com> | 2012-10-06 02:06:17 +0000 |
---|---|---|
committer | Jordan Rose <jordan_rose@apple.com> | 2012-10-06 02:06:17 +0000 |
commit | b1368c8089b707616cd76612d4f207e5dc0be22a (patch) | |
tree | 13dccca5293f51876df60fd3c4fe043f02ded4cf | |
parent | 1e5101e1e52729564b6fc8d7bf146cef33bc31ca (diff) |
[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
-rw-r--r-- | test/Analysis/plist-output.m | 2 |
1 files changed, 1 insertions, 1 deletions
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) { |