]> granicus.if.org Git - clang/commitdiff
[analyzer] Tweak test to run the retain-count checker even on non-Darwin.
authorJordan Rose <jordan_rose@apple.com>
Sat, 6 Oct 2012 02:06:17 +0000 (02:06 +0000)
committerJordan Rose <jordan_rose@apple.com>
Sat, 6 Oct 2012 02:06:17 +0000 (02:06 +0000)
This should fix the bots.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@165358 91177308-0d34-0410-b5e6-96231b3b80d8

test/Analysis/plist-output.m

index 7e821ab2d4c1f6ce4a35507e480f81a2011e86f1..f4679fd8bfce9bed64d4733f323e9d494fb2d38e 100644 (file)
@@ -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) {