Drop obsolete test

This commit is contained in:
Richard Feldman 2022-07-06 16:37:16 -04:00
parent 15932d7d47
commit 3c9ad5b24d
No known key found for this signature in database
GPG key ID: 7E4127D1E4241798

View file

@ -3541,34 +3541,6 @@ mod test_fmt {
); );
} }
#[test]
fn when_with_moving_comments() {
expr_formats_to(
indoc!(
r#"
when b is
1 ->
1 # when 1
# fall through
_ ->
2
"#
),
indoc!(
r#"
when b is
1 ->
1
# when 1
# fall through
_ ->
2
"#
),
);
}
#[test] #[test]
fn multi_line_when_condition_1() { fn multi_line_when_condition_1() {
expr_formats_same(indoc!( expr_formats_same(indoc!(