diff options
| author | Michael Howell <michael@notriddle.com> | 2022-05-05 18:26:47 -0700 |
|---|---|---|
| committer | Michael Howell <michael@notriddle.com> | 2022-05-05 18:26:47 -0700 |
| commit | 903aebe318f638ddc46e0b799e6fcc022492887c (patch) | |
| tree | 623ee1616edfbdd7cbedc933a5acb2152eb49b7e | |
| parent | 20010d759718ade4ae33a173539ff808854ac269 (diff) | |
| download | rust-903aebe318f638ddc46e0b799e6fcc022492887c.tar.gz rust-903aebe318f638ddc46e0b799e6fcc022492887c.zip | |
Fix test case checking for where the JS goes
| -rw-r--r-- | src/test/rustdoc/hidden-impls.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/rustdoc/hidden-impls.rs b/src/test/rustdoc/hidden-impls.rs index 935bfb26863..8f33a6604c2 100644 --- a/src/test/rustdoc/hidden-impls.rs +++ b/src/test/rustdoc/hidden-impls.rs @@ -12,6 +12,6 @@ pub mod __hidden { // @has foo/trait.Clone.html // @!has - 'Foo' -// @has implementors/foo/trait.Clone.js +// @has implementors/core/clone/trait.Clone.js // @!has - 'Foo' pub use std::clone::Clone; |
