mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-11-14 08:57:34 +00:00
Fix resolve_proc_macro heavy test
This commit is contained in:
parent
d688215f25
commit
6197a960df
1 changed files with 1 additions and 1 deletions
|
@ -774,5 +774,5 @@ pub fn foo(_input: TokenStream) -> TokenStream {
|
|||
});
|
||||
|
||||
let value = res.get("contents").unwrap().get("value").unwrap().to_string();
|
||||
assert_eq!(value, r#""```rust\nfoo::Bar\nfn bar()\n```""#)
|
||||
assert_eq!(value, r#""foo::Bar\n___\n\n```rust\nfn bar()\n```""#)
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue