about summary refs log tree commit diff
path: root/tests/rustdoc-js/sort-stability.js
diff options
context:
space:
mode:
Diffstat (limited to 'tests/rustdoc-js/sort-stability.js')
-rw-r--r--tests/rustdoc-js/sort-stability.js9
1 files changed, 0 insertions, 9 deletions
diff --git a/tests/rustdoc-js/sort-stability.js b/tests/rustdoc-js/sort-stability.js
deleted file mode 100644
index 8c095619a08..00000000000
--- a/tests/rustdoc-js/sort-stability.js
+++ /dev/null
@@ -1,9 +0,0 @@
-const EXPECTED = [
-    {
-        'query': 'foo',
-        'others': [
-            {"path": "sort_stability::old", "name": "foo"},
-            {"path": "sort_stability::new", "name": "foo"},
-        ],
-    },
-];