about summary refs log tree commit diff
path: root/src/test/rustdoc-js-std/vec-new.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/rustdoc-js-std/vec-new.js')
-rw-r--r--src/test/rustdoc-js-std/vec-new.js9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/test/rustdoc-js-std/vec-new.js b/src/test/rustdoc-js-std/vec-new.js
deleted file mode 100644
index cd0e8e7b4a9..00000000000
--- a/src/test/rustdoc-js-std/vec-new.js
+++ /dev/null
@@ -1,9 +0,0 @@
-const QUERY = 'Vec::new';
-
-const EXPECTED = {
-    'others': [
-        { 'path': 'std::vec::Vec', 'name': 'new' },
-        { 'path': 'std::vec::Vec', 'name': 'ne' },
-        { 'path': 'alloc::vec::Vec', 'name': 'ne' },
-    ],
-};