Fix typo in test.

This commit is contained in:
David Chisnall 2017-12-13 18:56:32 +00:00
parent e35eb61dbc
commit 7a7b18a090

View file

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