mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-22 23:04:33 +00:00
Fix issue-46767 test
The link that is matched against is not the same as would be generated by rustdoc. We should also check that the `foo/private` directory is not generated at all.
This commit is contained in:
parent
e8bc04e1c8
commit
9dbe902800
@ -15,4 +15,5 @@ mod private {
|
||||
}
|
||||
pub use self::private::Enum::*;
|
||||
|
||||
// @!has foo/index.html '//a/@href' './private/index.html'
|
||||
// @!has-dir foo/private
|
||||
// @!has foo/index.html '//a/@href' 'private/index.html'
|
||||
|
Loading…
Reference in New Issue
Block a user