forked from OSchip/llvm-project
[analyzer] Tweak test to run the retain-count checker even on non-Darwin.
This should fix the bots. llvm-svn: 165358
This commit is contained in:
parent
53667f5da1
commit
69583bfefd
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue