mirror of https://github.com/bazelbuild/rules_cc
Fix rules_shell copybara
BEGIN_PUBLIC Internal change END_PUBLIC PiperOrigin-RevId: 693722123 Change-Id: I97ace26fc9275ff7417302a6f39ab90002c733f4
This commit is contained in:
parent
7e5f6a9391
commit
f5044c0097
|
@ -12,7 +12,7 @@
|
||||||
# See the License for the specific language governing permissions and
|
# See the License for the specific language governing permissions and
|
||||||
# limitations under the License.
|
# 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(
|
sh_test(
|
||||||
name = "system_library_test",
|
name = "system_library_test",
|
||||||
|
|
Loading…
Reference in New Issue