summaryrefslogtreecommitdiffhomepage
path: root/test/root
diff options
context:
space:
mode:
authorAdin Scannell <ascannell@google.com>2020-02-10 11:28:57 -0800
committergVisor bot <gvisor-bot@google.com>2020-02-10 11:30:21 -0800
commit0efa8168c7c04ec0a4bd62e2d2eb8718b5d72ea7 (patch)
treebaf2430a1e38112cd2ec178292b4f36945d47a82 /test/root
parent31f2182cd3fc2a6fdb1aecf1c56f1302f16f6453 (diff)
Update visibility.
PiperOrigin-RevId: 294265019
Diffstat (limited to 'test/root')
-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",
],
)