mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 00:41:02 +00:00
Fix typo in test.
This commit is contained in:
parent
e35eb61dbc
commit
7a7b18a090
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
#import "ObjectTesting.h"
|
||||
#import <Foundation/NSAutoreleasePool.h>
|
||||
#import <Foundation/NSProxy.h>
|
||||
#if __has_include(<objc/capabilities.h>
|
||||
#if __has_include(<objc/capabilities.h>)
|
||||
#include <objc/capabilities.h>
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Reference in a new issue