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/module-substring.js | |
| 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/module-substring.js')
| -rw-r--r-- | tests/rustdoc-js/module-substring.js | 1 | 
1 files changed, 0 insertions, 1 deletions
| diff --git a/tests/rustdoc-js/module-substring.js b/tests/rustdoc-js/module-substring.js index a446c39ebad..f17a97f13dc 100644 --- a/tests/rustdoc-js/module-substring.js +++ b/tests/rustdoc-js/module-substring.js @@ -4,6 +4,5 @@ const EXPECTED = { 'others': [ { 'path': 'module_substring::Sig', 'name': 'pc' }, { 'path': 'module_substring::Si', 'name': 'pc' }, - { 'path': 'module_substring::Si', 'name': 'pa' }, ], }; | 
