Include rustdoc tests that have been fixed by #33133

There was an issue (#33025) which caused these tests to not work. The issue has
since been fixed in #33133, and so we can now include them.
This commit is contained in:
Philip Munksgaard 2018-10-11 18:18:32 +02:00
parent 6c7eb1406d
commit 1de8f51849
2 changed files with 3 additions and 3 deletions

View file

@ -22,13 +22,13 @@ extern crate rustdoc_nonreachable_impls;
pub use rustdoc_nonreachable_impls::hidden::Wobble;
// @has issue_31948_1/trait.Bark.html
// FIXME(33025): has - '//code' 'for Foo'
// @has - '//code' 'for Foo'
// @has - '//code' 'for Wobble'
// @!has - '//code' 'for Wibble'
pub use rustdoc_nonreachable_impls::Bark;
// @has issue_31948_1/trait.Woof.html
// FIXME(33025): has - '//code' 'for Foo'
// @has - '//code' 'for Foo'
// @has - '//code' 'for Wobble'
// @!has - '//code' 'for Wibble'
pub use rustdoc_nonreachable_impls::Woof;

View file

@ -22,7 +22,7 @@ extern crate rustdoc_nonreachable_impls;
pub use rustdoc_nonreachable_impls::hidden::Wobble;
// @has issue_31948_2/trait.Qux.html
// FIXME(33025): has - '//code' 'for Foo'
// @has - '//code' 'for Foo'
// @has - '//code' 'for Wobble'
pub use rustdoc_nonreachable_impls::hidden::Qux;