From 69c01ae0d169498b1ea307c4f2fdc20bb69d298f Mon Sep 17 00:00:00 2001 From: XLS Team Date: Fri, 5 Apr 2024 22:22:23 -0700 Subject: [PATCH] Automated Code Change PiperOrigin-RevId: 622371722 --- xls/examples/dslx_module/BUILD | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/xls/examples/dslx_module/BUILD b/xls/examples/dslx_module/BUILD index 31b1952224..98fb7a2fab 100644 --- a/xls/examples/dslx_module/BUILD +++ b/xls/examples/dslx_module/BUILD @@ -22,7 +22,6 @@ load( package( default_applicable_licenses = ["//:license"], - default_visibility = ["//xls:xls_internal"], licenses = ["notice"], ) @@ -43,5 +42,5 @@ xls_dslx_test( filegroup( name = "x_files", srcs = glob(["*.x"]), - visibility = ["//xls:xls_internal"], + visibility = ["//visibility:private"], )