Skip to content

Commit

Permalink
Make a test visible to test suites
Browse files Browse the repository at this point in the history
to make them analyzable.

PiperOrigin-RevId: 613164473
  • Loading branch information
Googler authored and copybara-github committed Mar 6, 2024
1 parent c3246cc commit 88e6d5a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions shared/javatests/com/google/idea/blaze/common/proto/BUILD
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
load("//:build-visibility.bzl", "DEFAULT_TEST_VISIBILITY")

package(
default_visibility = DEFAULT_TEST_VISIBILITY,
)

proto_library(
name = "test_proto",
srcs = ["test_message.proto"],
Expand Down

0 comments on commit 88e6d5a

Please sign in to comment.