From 12efe604bb828c51f133022245a3bea13734f338 Mon Sep 17 00:00:00 2001 From: Emil Sjolander Date: Thu, 15 Dec 2016 06:31:47 -0800 Subject: [PATCH] Fix YogaKit tests on travis Summary: Fix include path Reviewed By: dshahidehpour Differential Revision: D4333185 fbshipit-source-id: 27638324e093260aa1b23134fab5140a0c703bc9 --- YogaKit/Tests/YogaKitTests.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/YogaKit/Tests/YogaKitTests.m b/YogaKit/Tests/YogaKitTests.m index 21b7f4ba..99927ade 100644 --- a/YogaKit/Tests/YogaKitTests.m +++ b/YogaKit/Tests/YogaKitTests.m @@ -9,7 +9,7 @@ #import -#import "UIView+Yoga.h" +#import @interface YogaKitTests : XCTestCase @end