From d73c44dffc725565ffac4d3a58b3928b110614bb Mon Sep 17 00:00:00 2001 From: Kevin Date: Wed, 16 Jan 2019 18:23:47 -0800 Subject: [PATCH] match AS_USE_VIDEO usage in tests to definitions (#1280) --- Tests/ASVideoNodeTests.mm | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Tests/ASVideoNodeTests.mm b/Tests/ASVideoNodeTests.mm index cd357f7e69..60c7f89c42 100644 --- a/Tests/ASVideoNodeTests.mm +++ b/Tests/ASVideoNodeTests.mm @@ -17,6 +17,7 @@ #import "ASDisplayNodeTestsHelper.h" +#if AS_USE_VIDEO @interface ASVideoNodeTests : XCTestCase { ASVideoNode *_videoNode; @@ -423,3 +424,5 @@ } @end + +#endif \ No newline at end of file