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 | 69583bfefd248157ae3d0473f7ccede858a0191a (patch) | |
tree | b734c00455e0ba7a03f6922a74b21c7b77382d55 | |
parent | 53667f5da1056590c6db64bfbe2628e83115291e (diff) | |
download | bcm5719-llvm-69583bfefd248157ae3d0473f7ccede858a0191a.tar.gz bcm5719-llvm-69583bfefd248157ae3d0473f7ccede858a0191a.zip |
[analyzer] Tweak test to run the retain-count checker even on non-Darwin.
This should fix the bots.
llvm-svn: 165358
-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 7e821ab2d4c..f4679fd8bfc 100644 --- a/clang/test/Analysis/plist-output.m +++ b/clang/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) { |