summaryrefslogtreecommitdiffstats
path: root/src/test/rustdoc-js-std/quoted.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/rustdoc-js-std/quoted.js')
-rw-r--r--src/test/rustdoc-js-std/quoted.js21
1 files changed, 0 insertions, 21 deletions
diff --git a/src/test/rustdoc-js-std/quoted.js b/src/test/rustdoc-js-std/quoted.js
deleted file mode 100644
index aec8484a4..000000000
--- a/src/test/rustdoc-js-std/quoted.js
+++ /dev/null
@@ -1,21 +0,0 @@
-// ignore-order
-
-const QUERY = '"error"';
-const FILTER_CRATE = 'std';
-
-const EXPECTED = {
- 'others': [
- { 'path': 'std', 'name': 'error' },
- { 'path': 'std::fmt', 'name': 'Error' },
- { 'path': 'std::io', 'name': 'Error' },
- ],
- 'in_args': [
- { 'path': 'std::fmt::Error', 'name': 'eq' },
- { 'path': 'std::fmt::Error', 'name': 'cmp' },
- { 'path': 'std::fmt::Error', 'name': 'partial_cmp' },
-
- ],
- 'returned': [
- { 'path': 'std::fmt::LowerExp', 'name': 'fmt' },
- ],
-};