Skip to content

Commit

Permalink
No public description
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 694487395
Change-Id: I3f3e154ebfa932721d917661d61a878477a8e574
  • Loading branch information
meteorcloudy authored and copybara-github committed Nov 8, 2024
1 parent 5b54c74 commit be2186f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/py/bazel/bzlmod/bazel_overrides_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -400,7 +400,7 @@ def testCmdAbsoluteModuleOverride(self):
'bazel_dep(name = "ss", version = "1.0")',
'local_path_override(',
' module_name = "ss",',
' path = "%s",' % self.Path('aa'),
' path = "%s",' % self.Path('aa').replace('\\', '/'),
')',
],
)
Expand Down

0 comments on commit be2186f

Please sign in to comment.