mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-27 12:29:21 +00:00
Fix failing test
This commit is contained in:
parent
78c1a87797
commit
c51fb7aca5
1 changed files with 3 additions and 0 deletions
|
@ -693,6 +693,9 @@ fn test_fn() {
|
|||
expect![[r#"
|
||||
[
|
||||
Diagnostic {
|
||||
name: Some(
|
||||
"unresolved-module",
|
||||
),
|
||||
message: "unresolved module",
|
||||
range: 0..8,
|
||||
severity: Error,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue