summaryrefslogtreecommitdiffstats
path: root/src/test/rustdoc-js/search-short-types.js
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/test/rustdoc-js/search-short-types.js10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/test/rustdoc-js/search-short-types.js b/src/test/rustdoc-js/search-short-types.js
deleted file mode 100644
index d14672af7..000000000
--- a/src/test/rustdoc-js/search-short-types.js
+++ /dev/null
@@ -1,10 +0,0 @@
-const QUERY = 'P';
-
-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' },
- ],
-};