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',