Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
fmeum committed Nov 20, 2024
1 parent dafc984 commit c90618f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/py/bazel/testdata/runfiles_test/foo/BUILD.mock
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ java_binary(
"//bar:bar-sh",
],
main_class = "Foo",
deps = ["@rules_java//java/runfiles"],
deps = ["@bazel_tools//tools/java/runfiles"],
)

sh_binary(
Expand Down

0 comments on commit c90618f

Please sign in to comment.