Skip to content

Commit 4cf0c5f

Browse files
fix @!has conditions in pub-use-extern-macros test
1 parent d19b5ed commit 4cf0c5f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/test/rustdoc/pub-use-extern-macros.rs

+3-3
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,15 @@
1515
extern crate macros;
1616

1717
// @has pub_use_extern_macros/macro.bar.html
18-
// @!has pub_use_extern_macros/index.html 'pub use macros::bar;'
18+
// @!has pub_use_extern_macros/index.html '//code' 'pub use macros::bar;'
1919
pub use macros::bar;
2020

2121
// @has pub_use_extern_macros/macro.baz.html
22-
// @!has pub_use_extern_macros/index.html 'pub use macros::baz;'
22+
// @!has pub_use_extern_macros/index.html '//code' 'pub use macros::baz;'
2323
#[doc(inline)]
2424
pub use macros::baz;
2525

2626
// @has pub_use_extern_macros/macro.quux.html
27-
// @!has pub_use_extern_macros/index.html 'pub use macros::quux;'
27+
// @!has pub_use_extern_macros/index.html '//code' 'pub use macros::quux;'
2828
#[doc(hidden)]
2929
pub use macros::quux;

0 commit comments

Comments
 (0)