From f389ad8b76dfde6f5f526f89fc3fd7823f0bbe38 Mon Sep 17 00:00:00 2001 From: Jonathan Kim Date: Mon, 5 Mar 2018 10:43:12 -0800 Subject: [PATCH] Move fb_xplat_cxx.bzl to xplat/build_defs Reviewed By: mzlee, ttsugriy Differential Revision: D7152463 fbshipit-source-id: ad7ca85f225343a043e2f606c6b3bbf74f42bbcd --- ReactCommon/cxxreact/tests/BUCK | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ReactCommon/cxxreact/tests/BUCK b/ReactCommon/cxxreact/tests/BUCK index 09c0a244f..010e7c8e5 100644 --- a/ReactCommon/cxxreact/tests/BUCK +++ b/ReactCommon/cxxreact/tests/BUCK @@ -11,8 +11,8 @@ TEST_SRCS = [ ] if not IS_OSS_BUILD: + load("@xplat//build_defs:fb_xplat_cxx.bzl", "cxx_test") load("@xplat//configurations/buck/android:jni_instrumentation_test", "jni_instrumentation_test_lib") - load("@xplat//configurations/buck:fb_xplat_cxx.bzl", "cxx_test") load("@xplat//configurations/buck:default_platform_defs.bzl", "APPLE") jni_instrumentation_test_lib( name = 'tests',