about summary refs log tree commit diff
path: root/src/test/rustdoc-js/reexport.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/rustdoc-js/reexport.js')
-rw-r--r--src/test/rustdoc-js/reexport.js17
1 files changed, 0 insertions, 17 deletions
diff --git a/src/test/rustdoc-js/reexport.js b/src/test/rustdoc-js/reexport.js
deleted file mode 100644
index 871e75d9b2b..00000000000
--- a/src/test/rustdoc-js/reexport.js
+++ /dev/null
@@ -1,17 +0,0 @@
-// exact-check
-
-const QUERY = ['Subscriber', 'AnotherOne'];
-
-const EXPECTED = [
-    {
-        'others': [
-            { 'path': 'reexport::fmt', 'name': 'Subscriber' },
-            { 'path': 'reexport', 'name': 'FmtSubscriber' },
-        ],
-    },
-    {
-        'others': [
-            { 'path': 'reexport', 'name': 'AnotherOne' },
-        ],
-    },
-];