From ecabe757a28dd7e00bdafb75398f40b15ed2fd41 Mon Sep 17 00:00:00 2001 From: Scott Wolchok Date: Wed, 1 Mar 2017 20:41:22 -0800 Subject: [PATCH] BUCK file renaming round 2 (13/13) Summary: Ran the autoformat linter on our BUCK files. Reviewed By: dinhviethoa Differential Revision: D4641344 fbshipit-source-id: 25b42543ddf5cc60c72e4228cec1c5175f60eaca --- YogaKit/BUCK | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/YogaKit/BUCK b/YogaKit/BUCK index 65a6a659..65651021 100644 --- a/YogaKit/BUCK +++ b/YogaKit/BUCK @@ -47,8 +47,8 @@ apple_test( srcs = glob(["Tests/**/*.m"]), compiler_flags = COMPILER_FLAGS, frameworks = [ - "$SDKROOT/System/Library/Frameworks/CoreGraphics.framework", "$PLATFORM_DIR/Developer/Library/Frameworks/XCTest.framework", + "$SDKROOT/System/Library/Frameworks/CoreGraphics.framework", ], info_plist = "Tests/Info.plist", visibility = ["PUBLIC"],