mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-28 12:54:58 +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";
|
actual += "\n";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
expect.assert_eq(&actual)
|
expect.assert_eq(actual.trim_start())
|
||||||
}
|
}
|
||||||
|
|
||||||
#[test]
|
#[test]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue