diff options
Diffstat (limited to 'tests/rustdoc-js/module-substring.js')
| -rw-r--r-- | tests/rustdoc-js/module-substring.js | 3 | 
1 files changed, 1 insertions, 2 deletions
| diff --git a/tests/rustdoc-js/module-substring.js b/tests/rustdoc-js/module-substring.js index f17a97f13dc..7a10397ebc6 100644 --- a/tests/rustdoc-js/module-substring.js +++ b/tests/rustdoc-js/module-substring.js @@ -1,6 +1,5 @@ -const QUERY = 'ig::pc'; - const EXPECTED = { + 'query': 'ig::pc', 'others': [ { 'path': 'module_substring::Sig', 'name': 'pc' }, { 'path': 'module_substring::Si', 'name': 'pc' }, | 
