Skip to content

Commit

Permalink
Fix test sources
Browse files Browse the repository at this point in the history
  • Loading branch information
fmeum committed Apr 12, 2024
1 parent 42b91a9 commit d5cbcd6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions proto/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ filegroup(
name = "all_rules",
testonly = True,
srcs = glob(["*.bzl"]) + [
"//proto/private",
"//proto/private:all_files",
"//proto/wkt:all_rules",
],
visibility = ["//:__subpackages__"],
Expand All @@ -145,7 +145,7 @@ filegroup(
name = "all_files",
testonly = True,
srcs = glob(["**"]) + [
"//proto/private",
"//proto/private:all_files",
"//proto/wkt:all_files",
],
visibility = ["//:__subpackages__"],
Expand Down

0 comments on commit d5cbcd6

Please sign in to comment.