Skip to content

Commit

Permalink
test: fix source-link tests on mac/linux
Browse files Browse the repository at this point in the history
  • Loading branch information
vaind committed Feb 17, 2023
1 parent 1bde15b commit b947346
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion symbolic-ppdb/tests/test_ppdb.rs
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ fn test_source_links() {
.get_embedded_sources()
.unwrap()
.map(|src| {
Path::new(src.unwrap().get_path())
Path::new(&src.unwrap().get_path().replace('\\', "/"))
.file_name()
.unwrap()
.to_string_lossy()
Expand Down

0 comments on commit b947346

Please sign in to comment.