Skip to content

Commit be2186f

Browse files
meteorcloudycopybara-github
authored andcommitted
No public description
PiperOrigin-RevId: 694487395 Change-Id: I3f3e154ebfa932721d917661d61a878477a8e574
1 parent 5b54c74 commit be2186f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/test/py/bazel/bzlmod/bazel_overrides_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -400,7 +400,7 @@ def testCmdAbsoluteModuleOverride(self):
400400
'bazel_dep(name = "ss", version = "1.0")',
401401
'local_path_override(',
402402
' module_name = "ss",',
403-
' path = "%s",' % self.Path('aa'),
403+
' path = "%s",' % self.Path('aa').replace('\\', '/'),
404404
')',
405405
],
406406
)

0 commit comments

Comments
 (0)