mirror of
https://github.com/gnustep/libs-base.git
synced 2025-06-01 09:02:01 +00:00
remove obsolete test
This commit is contained in:
parent
67c53d6598
commit
930b901558
1 changed files with 0 additions and 12 deletions
|
@ -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;
|
|
||||||
}
|
|
Loading…
Add table
Add a link
Reference in a new issue