summaryrefslogtreecommitdiffstats
path: root/tests/rustdoc-js-std/reference-shrink.js
diff options
context:
space:
mode:
Diffstat (limited to 'tests/rustdoc-js-std/reference-shrink.js')
-rw-r--r--tests/rustdoc-js-std/reference-shrink.js3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/rustdoc-js-std/reference-shrink.js b/tests/rustdoc-js-std/reference-shrink.js
index f90be6d1b..b602bbdca 100644
--- a/tests/rustdoc-js-std/reference-shrink.js
+++ b/tests/rustdoc-js-std/reference-shrink.js
@@ -1,8 +1,7 @@
// exact-check
-const QUERY = 'reference::shrink';
-
const EXPECTED = {
+ 'query': 'reference::shrink',
// avoid including the method that's not going to be in the HTML
'others': [],
};