diff options
Diffstat (limited to 'test/root/testdata/BUILD')
-rw-r--r-- | test/root/testdata/BUILD | 2 |
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", ], ) |