Skip to content

Commit d64a998

Browse files
committed
Fix tests
1 parent 16441c5 commit d64a998

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

tests/pretty/delegation_inline_attribute.pp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
#[attr = Inline(Always)]
4545
fn foo0(arg0: _) -> _ { to_reuse::foo(self + 1) }
4646

47-
// Check that #[inline(always)] is added when there are other attributes present in inner reuse
47+
// Check that #[inline(always)] is added when other attributes present in inner reuse
4848
#[attr = Deprecation {deprecation: Deprecation {since: Unspecified}}]
4949
#[attr = MustUse]
5050
#[attr = Cold]

tests/pretty/delegation_inline_attribute.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ impl Trait for S {
4040
self + 1
4141
}
4242

43-
// Check that #[inline(always)] is added when there are other attributes present in inner reuse
43+
// Check that #[inline(always)] is added when other attributes present in inner reuse
4444
#[cold]
4545
#[must_use]
4646
#[deprecated]
@@ -172,4 +172,4 @@ fn main() {
172172
}
173173
};
174174
};
175-
}
175+
}

0 commit comments

Comments
 (0)