mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-31 00:30:53 +00:00
fix leaks in testcases
This commit is contained in:
parent
6f7a4d74c2
commit
b46439ba15
7 changed files with 15 additions and 10 deletions
|
@ -6,7 +6,7 @@
|
|||
int main()
|
||||
{
|
||||
NSAutoreleasePool *arp = [NSAutoreleasePool new];
|
||||
NSMutableSet *testObj = [NSMutableSet new];
|
||||
NSMutableSet *testObj = [NSMutableSet set];
|
||||
test_NSObject(@"NSMutableSet", [NSArray arrayWithObject:testObj]);
|
||||
test_NSCoding([NSArray arrayWithObject:testObj]);
|
||||
test_NSCopying(@"NSSet",@"NSMutableSet",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue