We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f23a72 commit 14da666Copy full SHA for 14da666
test/platform/swift/unit_integration/core/BUILD
@@ -3,9 +3,9 @@ load("//bazel:bitdrift_swift_test.bzl", "bitdrift_mobile_swift_objc_test")
3
bitdrift_mobile_swift_objc_test(
4
name = "test",
5
hdrs_objc = glob(["**/*.h"]),
6
+ repository = "@capture",
7
srcs_objc = glob(["**/*.m"]),
8
srcs_swift = glob(["**/*.swift"]),
- repository = "@capture",
9
tags = ["macos_only"],
10
visibility = ["//visibility:public"],
11
deps = [
0 commit comments