summaryrefslogtreecommitdiffhomepage
path: root/test/root/testdata/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'test/root/testdata/BUILD')
-rw-r--r--test/root/testdata/BUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/root/testdata/BUILD b/test/root/testdata/BUILD
index bca5f9cab..6859541ad 100644
--- a/test/root/testdata/BUILD
+++ b/test/root/testdata/BUILD
@@ -13,6 +13,6 @@ go_library(
"simple.go",
],
visibility = [
- "//visibility:public",
+ "//:sandbox",
],
)