Skip to content

Commit

Permalink
Fix shared_std_dependency_rebuild running on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
ehuss committed Jan 28, 2025
1 parent fd4f492 commit caff80d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testsuite/standard_lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ fn shared_std_dependency_rebuild() {
[build-dependencies]
dep_test = {{ path = \"{}/tests/testsuite/mock-std/dep_test\" }}
",
manifest_dir
manifest_dir.replace('\\', "/")
)
.as_str(),
)
Expand Down

0 comments on commit caff80d

Please sign in to comment.