From f5044c0097d5a172853c940e5e75eba61c2d7c7d Mon Sep 17 00:00:00 2001 From: Googler Date: Wed, 6 Nov 2024 07:35:05 -0800 Subject: [PATCH] Fix rules_shell copybara BEGIN_PUBLIC Internal change END_PUBLIC PiperOrigin-RevId: 693722123 Change-Id: I97ace26fc9275ff7417302a6f39ab90002c733f4 --- tests/system_library/BUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/system_library/BUILD b/tests/system_library/BUILD index 59f1e75..215ba2c 100644 --- a/tests/system_library/BUILD +++ b/tests/system_library/BUILD @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -load("//third_party/bazel_rules/rules_shell/shell:sh_test.bzl", "sh_test") +load("@rules_shell//shell:sh_test.bzl", "sh_test") sh_test( name = "system_library_test",