We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f007e8 commit a8c95d2Copy full SHA for a8c95d2
ReactCommon/cxxreact/tests/BUCK
@@ -12,7 +12,7 @@ TEST_SRCS = [
12
13
if not IS_OSS_BUILD:
14
load("@xplat//configurations/buck/android:jni_instrumentation_test", "jni_instrumentation_test_lib")
15
- load("@xplat//configurations/buck:fb_xplat_cxx", "cxx_test")
+ load("@xplat//configurations/buck:fb_xplat_cxx.bzl", "cxx_test")
16
load("@xplat//configurations/buck:default_platform_defs.bzl", "APPLE")
17
jni_instrumentation_test_lib(
18
name = 'tests',
0 commit comments