mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-28 21:05:02 +00:00
Swap assert_eq_text\!(expected, actual)
This commit is contained in:
parent
3782c78d75
commit
f273995a25
6 changed files with 27 additions and 27 deletions
|
@ -135,7 +135,6 @@ mod tests {
|
|||
let result = format!("{:#?}", remove_derive_attrs(&tt).unwrap());
|
||||
|
||||
assert_eq_text!(
|
||||
&result,
|
||||
r#"
|
||||
SUBTREE $
|
||||
PUNCH # [alone] 0
|
||||
|
@ -150,7 +149,8 @@ SUBTREE $
|
|||
PUNCH : [alone] 19
|
||||
IDENT u32 20
|
||||
"#
|
||||
.trim()
|
||||
.trim(),
|
||||
&result
|
||||
);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue