Skip to content

Commit

Permalink
Make path separator replacement for subfiles as well
Browse files Browse the repository at this point in the history
  • Loading branch information
GuillaumeGomez committed Feb 22, 2017
1 parent e606a43 commit 958fbc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tools/compiletest/src/runtest.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2000,7 +2000,7 @@ actual:\n\
.unwrap_or(&path)
.to_str()
.unwrap()
.to_owned(),
.replace('\\', "/"),
self.get_lines(&path, None));
}

Expand Down

0 comments on commit 958fbc5

Please sign in to comment.