summaryrefslogtreecommitdiff
path: root/tests/rustdoc-js
diff options
context:
space:
mode:
authorMichael Howell <michael@notriddle.com>2022-12-16 13:19:38 -0700
committerMichael Howell <michael@notriddle.com>2023-01-14 12:04:12 -0700
commitdb558b46861ee2f812ee1cc2b03b796f691a246d (patch)
tree7524968b0498bf45a37e60f2f68610fe2297ec9d /tests/rustdoc-js
parent59ba74cacb87ac89f7f5fcb5233eaccb50dd8349 (diff)
downloadrust-db558b46861ee2f812ee1cc2b03b796f691a246d.tar.gz
rustdoc: update search test cases
Diffstat (limited to 'tests/rustdoc-js')
-rw-r--r--tests/rustdoc-js/search-short-types.js3
1 files changed, 1 insertions, 2 deletions
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' },
],
};