LeakSanitizer fixups for gcc and gnu runtime

This commit is contained in:
rfm 2024-11-30 18:23:48 +00:00
parent 7a8fb1a0e7
commit 018111efbb
12 changed files with 87 additions and 62 deletions

View file

@ -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;
}