This commit is contained in:
Max Brunsfeld 2021-12-23 23:10:28 -08:00
parent d5a17053df
commit 4f774e2bde
4 changed files with 105 additions and 104 deletions

View file

@ -637,7 +637,7 @@ mod tests {
worktree.update(&mut cx, |worktree, cx| {
worktree
.update_diagnostic_entries(
.update_point_utf16_diagnostics(
"lsp".into(),
Arc::from("/test/main.rs".as_ref()),
None,
@ -764,7 +764,7 @@ mod tests {
worktree.update(&mut cx, |worktree, cx| {
worktree
.update_diagnostic_entries(
.update_point_utf16_diagnostics(
"lsp".into(),
Arc::from("/test/a.rs".as_ref()),
None,