Skip to content

Commit 4d0c72e

Browse files
committed
Bazel: add explicit rules_shell load
1 parent 15a2575 commit 4d0c72e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

swift/third_party/load.bzl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
load("@bazel_skylib//rules:write_file.bzl", "write_file")
22
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive", "http_file")
33
load("@bazel_tools//tools/build_defs/repo:utils.bzl", "maybe")
4+
load("@rules_shell//shell:sh_test.bzl", "sh_test")
45
load("//misc/bazel:lfs.bzl", "lfs_archive", "lfs_files")
56

67
_override = {
@@ -117,7 +118,7 @@ def test_no_override():
117118
content = test_body,
118119
is_executable = True,
119120
)
120-
native.sh_test(
121+
sh_test(
121122
name = "test-no-override",
122123
srcs = [":test-no-override-gen"],
123124
tags = ["override"],

0 commit comments

Comments
 (0)