Skip to content

Commit

Permalink
Remove suprious definition of test data file. (#136)
Browse files Browse the repository at this point in the history
Fixes problem introduced by  #128
  • Loading branch information
aiuto authored Feb 28, 2020
1 parent e5919f4 commit 3349f12
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions pkg/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -89,12 +89,3 @@ py_library(
srcs_version = "PY2AND3",
visibility = ["//visibility:public"],
)

# Used within experimental/tests/ for external repo genpkg tests
filegroup(
name = "loremipsum_txt",
srcs = [
"testdata/loremipsum.txt",
],
visibility = ["//visibility:public"],
)

0 comments on commit 3349f12

Please sign in to comment.