Skip to content

Commit

Permalink
Remove obsolete test_suite target
Browse files Browse the repository at this point in the history
Its test dependency was deleted almost two years ago in bazelbuild@49744d3
  • Loading branch information
fweikert committed May 4, 2023
1 parent 275c8bd commit d3008e0
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions third_party/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -678,11 +678,3 @@ config_setting(
name = "ppc",
values = {"host_cpu": "ppc"},
)

test_suite(
name = "all_windows_tests",
tests = [
"//third_party/def_parser:windows_tests",
],
visibility = ["//src:__pkg__"],
)

0 comments on commit d3008e0

Please sign in to comment.