Skip to content

Commit

Permalink
match AS_USE_VIDEO usage in tests to definitions (#1280)
Browse files Browse the repository at this point in the history
  • Loading branch information
wiseoldduck authored and nguyenhuy committed Jan 17, 2019
1 parent 0a48cd7 commit d73c44d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Tests/ASVideoNodeTests.mm
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@

#import "ASDisplayNodeTestsHelper.h"

#if AS_USE_VIDEO
@interface ASVideoNodeTests : XCTestCase <ASVideoNodeDelegate>
{
ASVideoNode *_videoNode;
Expand Down Expand Up @@ -423,3 +424,5 @@ - (void)testDelegateProperlySetForClassHierarchy
}

@end

#endif

0 comments on commit d73c44d

Please sign in to comment.