Fix test case checking for where the JS goes

This commit is contained in:
Michael Howell 2022-05-05 18:26:47 -07:00
parent 20010d7597
commit 903aebe318

View File

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