match AS_USE_VIDEO usage in tests to definitions (#1280)

This commit is contained in:
Kevin 2019-01-16 18:23:47 -08:00 committed by Huy Nguyen
parent 0a48cd7371
commit d73c44dffc

View File

@ -17,6 +17,7 @@
#import "ASDisplayNodeTestsHelper.h" #import "ASDisplayNodeTestsHelper.h"
#if AS_USE_VIDEO
@interface ASVideoNodeTests : XCTestCase <ASVideoNodeDelegate> @interface ASVideoNodeTests : XCTestCase <ASVideoNodeDelegate>
{ {
ASVideoNode *_videoNode; ASVideoNode *_videoNode;
@ -423,3 +424,5 @@
} }
@end @end
#endif