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:
Philip Munksgaard 2018-10-10 21:18:08 +02:00
parent e8bc04e1c8
commit 9dbe902800

View File

@ -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'