From a8c95d241757fefaa06ff49193975f7c103a6418 Mon Sep 17 00:00:00 2001 From: Jakub Grzmiel Date: Thu, 8 Feb 2018 13:08:36 -0800 Subject: [PATCH] Convert fb_xplat_cxx to Skylark Reviewed By: ttsugriy Differential Revision: D6937683 fbshipit-source-id: 472c95b393d054c29413a46b86bf03559aff8741 --- 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 4bb6fda861ed5e..09c0a244fb7115 100644 --- a/ReactCommon/cxxreact/tests/BUCK +++ b/ReactCommon/cxxreact/tests/BUCK @@ -12,7 +12,7 @@ TEST_SRCS = [ if not IS_OSS_BUILD: load("@xplat//configurations/buck/android:jni_instrumentation_test", "jni_instrumentation_test_lib") - load("@xplat//configurations/buck:fb_xplat_cxx", "cxx_test") + 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',