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 7512e0b commit 7f99822
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/py/bazel/bzlmod/bazel_repo_mapping_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,7 @@ def testCppRunfilesLibraryRepoMapping(self):
)

self.main_registry.createLocalPathModule(
'test', '1.0', 'test', {'data': '1.0'}
'test', '1.0', 'test', {'data': '1.0', 'rules_cc': '0.0.17'}
)
scratchFile(
projects_dir.joinpath('test', 'BUILD'),
Expand Down
1 change: 1 addition & 0 deletions src/test/shell/bazel/testdata/embedded_tools_srcs_deps
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,4 @@
//tools/cpp/modules_tools:common
//tools/cpp/modules_tools:generate-modmap
//tools/cpp/modules_tools:generate-modmap-lib
@@rules_cc+//cc/runfiles:runfiles <

0 comments on commit 7f99822

Please sign in to comment.