Skip to content

Commit

Permalink
No public description
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 581468752
  • Loading branch information
CEL Dev Team authored and copybara-github committed Nov 14, 2023
1 parent 5892976 commit f40d2df
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion eval/public/containers/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,9 @@ cc_test(
srcs = [
"internal_field_backed_map_impl_test.cc",
],
visibility = [":cel_internal"],
visibility = [
"//visibility:private", # Only private by automation, not intent. Owner may accept CLs adding visibility. See go/scheuklappen#explicit-private.
],
deps = [
":internal_field_backed_map_impl",
"//eval/public/structs:cel_proto_wrapper",
Expand Down

0 comments on commit f40d2df

Please sign in to comment.