Skip to content

Commit

Permalink
Add proto_library load statements to tests
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 714395050
Change-Id: I4de9b184bd94ec0a18d526f55489474c5d53605d
  • Loading branch information
comius authored and copybara-github committed Jan 11, 2025
1 parent cc6ded7 commit 5fb222f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/test/shell/integration/modify_execution_info_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,7 @@ function test_modify_execution_info_various_types() {
cat >> "$pkg/BUILD" <<'EOF'
load("@rules_java//java:java_library.bzl", "java_library")
load("@rules_python//python:py_binary.bzl", "py_binary")
load("@com_google_protobuf//bazel:proto_library.bzl", "proto_library")
starlark_shell(
name = "shelly",
Expand Down

0 comments on commit 5fb222f

Please sign in to comment.