summaryrefslogtreecommitdiffstats
path: root/src/test/rustdoc-js/substring.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/rustdoc-js/substring.js')
-rw-r--r--src/test/rustdoc-js/substring.js8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/test/rustdoc-js/substring.js b/src/test/rustdoc-js/substring.js
deleted file mode 100644
index af05cd1ad..000000000
--- a/src/test/rustdoc-js/substring.js
+++ /dev/null
@@ -1,8 +0,0 @@
-const QUERY = 'waker_from';
-
-const EXPECTED = {
- 'others': [
- { 'path': 'substring::SuperWaker', 'name': 'local_waker_from_nonlocal' },
- { 'path': 'substring::SuperWakerTask', 'name': 'local_waker_from_nonlocal' },
- ],
-};