Skip to content

Commit

Permalink
Include rustdoc tests that have been fixed by #33133
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
Munksgaard committed Oct 11, 2018
1 parent 6c7eb14 commit 1de8f51
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/test/rustdoc/inline_cross/issue-31948-1.rs
Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion src/test/rustdoc/inline_cross/issue-31948-2.rs
Expand Up @@ -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;

Expand Down

0 comments on commit 1de8f51

Please sign in to comment.