Fix resolve_proc_macro heavy test

This commit is contained in:
Galilée 'Bill' Enguehard 2020-05-23 08:59:51 +02:00
parent d688215f25
commit 6197a960df

View file

@ -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```""#)
}