Skip to content

Commit

Permalink
Fix BazelPackageLoaderTest.
Browse files Browse the repository at this point in the history
Change-Id: Ide80a8813809cb932a089916cedf42abf84d307c
  • Loading branch information
laszlocsomor committed Apr 12, 2018
1 parent b255775 commit 7e65c29
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,8 @@ private void mockEmbeddedTools(Path embeddedBinaries) throws IOException {
" pass");
FileSystemUtils.writeIsoLatin1(tools.getRelative("tools/sh/BUILD"), "");
FileSystemUtils.writeIsoLatin1(
tools.getRelative("tools/sh/sh_toolchain.bzl"),
"def sh_repositories(*args, **kwargs):",
tools.getRelative("tools/sh/sh_configure.bzl"),
"def sh_configure(*args, **kwargs):",
" pass");
}

Expand Down

0 comments on commit 7e65c29

Please sign in to comment.