mirror of
https://github.com/rust-lang/rust.git
synced 2024-12-06 05:33:59 +00:00
fix windows test.
This commit is contained in:
parent
76e6589016
commit
727a7827fd
@ -785,7 +785,7 @@ fn main() {}
|
||||
"documentChanges": [
|
||||
{
|
||||
"textDocument": {
|
||||
"uri": format!("file://{}", tmp_dir_path.join("src").join("lib.rs").to_str().unwrap()),
|
||||
"uri": format!("file://{}", tmp_dir_path.join("src").join("lib.rs").to_str().unwrap().to_string().replace("C:\\", "/c:/").replace("\\", "/")),
|
||||
"version": null
|
||||
},
|
||||
"edits": [
|
||||
@ -846,7 +846,7 @@ fn main() {}
|
||||
"documentChanges": [
|
||||
{
|
||||
"textDocument": {
|
||||
"uri": format!("file://{}", tmp_dir_path.join("src").join("lib.rs").to_str().unwrap()),
|
||||
"uri": format!("file://{}", tmp_dir_path.join("src").join("lib.rs").to_str().unwrap().to_string().replace("C:\\", "/c:/").replace("\\", "/")),
|
||||
"version": null
|
||||
},
|
||||
"edits": [
|
||||
|
Loading…
Reference in New Issue
Block a user