mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-11-16 17:58:16 +00:00
Strip leading whitespace from test ouput in references
This commit is contained in:
parent
e406140f38
commit
12266d5e56
1 changed files with 1 additions and 1 deletions
|
@ -1059,7 +1059,7 @@ impl Foo {
|
|||
actual += "\n";
|
||||
}
|
||||
}
|
||||
expect.assert_eq(&actual)
|
||||
expect.assert_eq(actual.trim_start())
|
||||
}
|
||||
|
||||
#[test]
|
||||
|
|
Loading…
Reference in a new issue