Skip to content

Commit 958fbc5

Browse files
Make path separator replacement for subfiles as well
1 parent e606a43 commit 958fbc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tools/compiletest/src/runtest.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -2000,7 +2000,7 @@ actual:\n\
20002000
.unwrap_or(&path)
20012001
.to_str()
20022002
.unwrap()
2003-
.to_owned(),
2003+
.replace('\\', "/"),
20042004
self.get_lines(&path, None));
20052005
}
20062006

0 commit comments

Comments
 (0)