No public description

PiperOrigin-RevId: 613579953
Change-Id: I4aea8af1b3db8eb532c7c9296fc4dfa0c2ff9481
diff --git a/tests/rule_based_toolchain/tool/BUILD b/tests/rule_based_toolchain/tool/BUILD
index 31c2813..d16ded6 100644
--- a/tests/rule_based_toolchain/tool/BUILD
+++ b/tests/rule_based_toolchain/tool/BUILD
@@ -6,8 +6,8 @@
 util.helper_target(
     cc_tool,
     name = "tool",
+    src = "//tests/rule_based_toolchain/testdata:bin_wrapper.sh",
     data = ["//tests/rule_based_toolchain/testdata:bin"],
-    executable = "//tests/rule_based_toolchain/testdata:bin_wrapper.sh",
     execution_requirements = ["requires-network"],
     requires_any_of = ["//tests/rule_based_toolchain/features:direct_constraint"],
 )
@@ -15,7 +15,7 @@
 util.helper_target(
     cc_tool,
     name = "wrapped_tool",
-    executable = "//tests/rule_based_toolchain/testdata:bin_wrapper",
+    src = "//tests/rule_based_toolchain/testdata:bin_wrapper",
     visibility = ["//tests/rule_based_toolchain:__subpackages__"],
 )