mirror of
https://github.com/rust-lang/rust.git
synced 2025-06-04 19:29:07 +00:00
Simplify test
Co-authored-by: Guillaume Gomez <guillaume1.gomez@gmail.com>
This commit is contained in:
parent
5fcd2f72fe
commit
15db4186b7
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
// @has type_layout/struct.Foo.html 'Size: '
|
// @has type_layout/struct.Foo.html 'Size: '
|
||||||
// @has - ' bytes'
|
// @has - ' bytes'
|
||||||
// @matches - '<h2 id="layout".+Layout.+a href="#layout" class="anchor">'
|
// @has - '//*[@id="layout"]/a[@href="#layout"]' ''
|
||||||
pub struct Foo {
|
pub struct Foo {
|
||||||
pub a: usize,
|
pub a: usize,
|
||||||
b: Vec<String>,
|
b: Vec<String>,
|
||||||
|
Loading…
Reference in New Issue
Block a user