Skip to content

Commit 3ad005f

Browse files
committed
update
1 parent 2de09c0 commit 3ad005f

File tree

1 file changed

+6
-1
lines changed
  • gazelle/python/testdata/remove_invalid_binary

1 file changed

+6
-1
lines changed

gazelle/python/testdata/remove_invalid_binary/BUILD.in

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,12 @@ py_library(
77
py_binary(
88
name = "remove_invalid_binary",
99
srcs = ["__main__.py"],
10-
imports = ["."],
1110
data = ["testdata/test.txt"],
1211
visibility = ["//:__subpackages__"],
1312
)
13+
14+
py_binary(
15+
name = "another_removed_binary",
16+
srcs = ["foo.py"], # eg a now-deleted file that used to have `if __name__` block
17+
imports = ["."],
18+
)

0 commit comments

Comments
 (0)