Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'crates/hir-expand/src/quote.rs')
| -rw-r--r-- | crates/hir-expand/src/quote.rs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/crates/hir-expand/src/quote.rs b/crates/hir-expand/src/quote.rs index 40a34385b2..a31a111c91 100644 --- a/crates/hir-expand/src/quote.rs +++ b/crates/hir-expand/src/quote.rs @@ -269,7 +269,8 @@ mod tests { let t = format!("{quoted:#?}"); expect![[r#" SUBTREE $$ 937550:[email protected]#0 937550:[email protected]#0 - IDENT hello 937550:[email protected]#0"#]].assert_eq(&t); + IDENT hello 937550:[email protected]#0"#]] + .assert_eq(&t); } #[test] |