diff options
Diffstat (limited to 'tests/rustdoc-js-std/alias.js')
-rw-r--r-- | tests/rustdoc-js-std/alias.js | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/rustdoc-js-std/alias.js b/tests/rustdoc-js-std/alias.js index 2b709c991..bf707fa03 100644 --- a/tests/rustdoc-js-std/alias.js +++ b/tests/rustdoc-js-std/alias.js @@ -1,8 +1,7 @@ // ignore-order -const QUERY = '['; - const EXPECTED = { + 'query': '[', 'others': [ { 'path': 'std', 'name': 'slice' }, { 'path': 'std::ops', 'name': 'IndexMut' }, |