X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=tests%2Frustdoc-js%2Fsearch-short-types.js;h=3b2f15a40bf87448fb9f441266e1934d1a6c6301;hb=dee88e0fa2a9225fa20222b694523a798d5c4c52;hp=d14672af71fd6b714d3107b68c04ee16bd130d71;hpb=548ae602fc92b35d7a28fa9d70a7be51bc3328f9;p=rust.git diff --git a/tests/rustdoc-js/search-short-types.js b/tests/rustdoc-js/search-short-types.js index d14672af71f..3b2f15a40bf 100644 --- a/tests/rustdoc-js/search-short-types.js +++ b/tests/rustdoc-js/search-short-types.js @@ -4,7 +4,6 @@ const EXPECTED = { 'others': [ { 'path': 'search_short_types', 'name': 'P' }, { 'path': 'search_short_types::VeryLongTypeName', 'name': 'p' }, - { 'path': 'search_short_types', 'name': 'Ap' }, - { 'path': 'search_short_types::VeryLongTypeName', 'name': 'ap' }, + { 'path': 'search_short_types', 'name': 'Pa' }, ], };