diff options
| author | Smitty <me@smitop.com> | 2021-04-20 18:57:26 -0400 |
|---|---|---|
| committer | Smitty <me@smitop.com> | 2021-04-20 18:57:26 -0400 |
| commit | a9ff7ac9c3e583e7723722319d48caf35bdc0efb (patch) | |
| tree | 8811df8a1b86df15e8d0811979623a5e074c12b6 /src/test/rustdoc/mod-title.rs | |
| parent | 7cf4f4276f691b3052df64930a9f02e33e2783df (diff) | |
| download | rust-a9ff7ac9c3e583e7723722319d48caf35bdc0efb.tar.gz rust-a9ff7ac9c3e583e7723722319d48caf35bdc0efb.zip | |
Merge mod-title and item-title tests
Diffstat (limited to 'src/test/rustdoc/mod-title.rs')
| -rw-r--r-- | src/test/rustdoc/mod-title.rs | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/src/test/rustdoc/mod-title.rs b/src/test/rustdoc/mod-title.rs deleted file mode 100644 index 6b7f67d17ab..00000000000 --- a/src/test/rustdoc/mod-title.rs +++ /dev/null @@ -1,12 +0,0 @@ -#![crate_name = "foo"] - -// @has foo/bar/index.html '//head/title' 'foo::bar - Rust' -/// blah -pub mod bar { - pub fn a() {} -} - -// @has foo/baz/index.html '//head/title' 'foo::baz - Rust' -pub mod baz { - pub fn a() {} -} |
