Skip to content

Commit 6197a96

Browse files
committed
Fix resolve_proc_macro heavy test
1 parent d688215 commit 6197a96

File tree

1 file changed

+1
-1
lines changed
  • crates/rust-analyzer/tests/heavy_tests

1 file changed

+1
-1
lines changed

crates/rust-analyzer/tests/heavy_tests/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -774,5 +774,5 @@ pub fn foo(_input: TokenStream) -> TokenStream {
774774
});
775775

776776
let value = res.get("contents").unwrap().get("value").unwrap().to_string();
777-
assert_eq!(value, r#""```rust\nfoo::Bar\nfn bar()\n```""#)
777+
assert_eq!(value, r#""foo::Bar\n___\n\n```rust\nfn bar()\n```""#)
778778
}

0 commit comments

Comments
 (0)