diff options
Diffstat (limited to 'tests/rustdoc-js-std/string-from_ut.js')
-rw-r--r-- | tests/rustdoc-js-std/string-from_ut.js | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/rustdoc-js-std/string-from_ut.js b/tests/rustdoc-js-std/string-from_ut.js index f9edf4408..1fff6ee28 100644 --- a/tests/rustdoc-js-std/string-from_ut.js +++ b/tests/rustdoc-js-std/string-from_ut.js @@ -1,6 +1,5 @@ -const QUERY = 'String::from_ut'; - const EXPECTED = { + 'query': 'String::from_ut', 'others': [ { 'path': 'std::string::String', 'name': 'from_utf8' }, { 'path': 'std::string::String', 'name': 'from_utf8' }, |