Skip to content

Commit a9ff7ac

Browse files
committed
Merge mod-title and item-title tests
1 parent 7cf4f42 commit a9ff7ac

File tree

2 files changed

+1
-12
lines changed

2 files changed

+1
-12
lines changed

src/test/rustdoc/item-title.rs

+1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ pub struct Widget;
1111
// @has foo/constant.ANSWER.html '//head/title' 'ANSWER in foo - Rust'
1212
pub const ANSWER: u8 = 42;
1313

14+
// @has foo/blah/index.html '//head/title' 'foo::blah - Rust'
1415
pub mod blah {
1516
// @has foo/blah/struct.Widget.html '//head/title' 'Widget in foo::blah - Rust'
1617
pub struct Widget;

src/test/rustdoc/mod-title.rs

-12
This file was deleted.

0 commit comments

Comments
 (0)