Skip to content

Commit 8df6066

Browse files
danielhenrymantillaJoshua Nelson
and
Joshua Nelson
committed
Enhance tests based on code review
Co-authored-by: Joshua Nelson <[email protected]>
1 parent dd15f41 commit 8df6066

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/test/rustdoc/macro_pub_in_module.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77
#![crate_name = "krate"]
88
#![no_core]
99

10-
// @has external_crate/some_module/macro.external_macro.html
10+
// @has external_crate/some_module/macro.external_macro.html
11+
// @!has external_crate/macro.external_macro.html
1112
extern crate external_crate;
1213

1314
pub mod inner {

0 commit comments

Comments
 (0)