remove obsolete test

This commit is contained in:
rfm 2024-06-10 15:27:35 +01:00
parent 67c53d6598
commit 930b901558

View file

@ -1,12 +0,0 @@
#include <GNUstepBase/GSLock.h>
#include "ObjectTesting.h"
@class NSAutoreleasePool;
int main()
{
NSAutoreleasePool *arp = [NSAutoreleasePool new];
PASS (1, "include of GNUstepBase/GSLock.h works");
[arp release];
return 0;
}