From 8ed10a9a464c4fdb9d77fbbd082763d7c29c26a2 Mon Sep 17 00:00:00 2001 From: Protobuf Team Bot Date: Wed, 19 Jun 2024 22:05:47 -0700 Subject: [PATCH] Automated Code Change PiperOrigin-RevId: 644893037 --- upb/test/BUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/upb/test/BUILD b/upb/test/BUILD index 98d00e1236..d85f03e9ca 100644 --- a/upb/test/BUILD +++ b/upb/test/BUILD @@ -68,7 +68,7 @@ proto_library( name = "test_proto", testonly = 1, srcs = ["test.proto"], - visibility = ["//upb:__subpackages__"], + visibility = ["//visibility:private"], ) upb_minitable_proto_library(