diff options
| author | Michael Howell <michael@notriddle.com> | 2023-01-21 00:11:08 -0700 |
|---|---|---|
| committer | Michael Howell <michael@notriddle.com> | 2023-01-21 00:11:39 -0700 |
| commit | 39fd4bb476fe600dccb424c94fce1e270bd7694f (patch) | |
| tree | 39dd0c6cb76a00d25e05a4ee1c38ca0403469da3 /tests/rustdoc-js-std | |
| parent | 8211760b9188d3d008e1e1c0cc27292dde3eb162 (diff) | |
| download | rust-39fd4bb476fe600dccb424c94fce1e270bd7694f.tar.gz rust-39fd4bb476fe600dccb424c94fce1e270bd7694f.zip | |
rustdoc: update test cases to match with stricter match criteria
Diffstat (limited to 'tests/rustdoc-js-std')
| -rw-r--r-- | tests/rustdoc-js-std/typed-query.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/rustdoc-js-std/typed-query.js b/tests/rustdoc-js-std/typed-query.js index 9d7e73a7999..eeb3e188869 100644 --- a/tests/rustdoc-js-std/typed-query.js +++ b/tests/rustdoc-js-std/typed-query.js @@ -9,6 +9,5 @@ const EXPECTED = { { 'path': 'std', 'name': 'println' }, { 'path': 'std', 'name': 'eprint' }, { 'path': 'std', 'name': 'eprintln' }, - { 'path': 'std::pin', 'name': 'pin' }, ], }; |
