mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-31 00:30:53 +00:00
LeakSanitizer fixups for gcc and gnu runtime
This commit is contained in:
parent
7a8fb1a0e7
commit
018111efbb
12 changed files with 87 additions and 62 deletions
|
@ -5,8 +5,10 @@
|
|||
|
||||
int main()
|
||||
{
|
||||
ENTER_POOL
|
||||
Class theClass = NSClassFromString(@"NSObject");
|
||||
PASS(theClass == [NSObject class],
|
||||
"'NSObject' %s","uses +class to return self");
|
||||
LEAVE_POOL
|
||||
return 0;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue