Update test case.

llvm-svn: 64045
This commit is contained in:
Ted Kremenek 2009-02-07 22:55:48 +00:00
parent eae2a0eb8f
commit 394dfeb37b
1 changed files with 1 additions and 1 deletions

View File

@ -194,7 +194,7 @@ void f12() {
}
- (id)notShared {
return [[SharedClass alloc] _init]; // expected-warning{{[naming convention] leak of returned object}}
return [[SharedClass alloc] _init]; // expected-warning{{leak}}
}
+ (id)sharedInstance {