Skip to content

Commit 61a8479

Browse files
committed
Make test more specific
1 parent bcbc727 commit 61a8479

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/rustdoc/type-layout.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ pub union Baz {
2727
pub struct X(usize);
2828

2929
// @has type_layout/struct.Y.html 'Size: '
30-
// @has - ' byte'
30+
// @has - '1 byte'
3131
// @!has - ' bytes'
3232
pub struct Y(u8);
3333

0 commit comments

Comments
 (0)