diff options
Diffstat (limited to 'tests/rustdoc-js/path-ordering.js')
-rw-r--r-- | tests/rustdoc-js/path-ordering.js | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/rustdoc-js/path-ordering.js b/tests/rustdoc-js/path-ordering.js index 4aee569b0..f2e6fe2fa 100644 --- a/tests/rustdoc-js/path-ordering.js +++ b/tests/rustdoc-js/path-ordering.js @@ -1,8 +1,7 @@ // exact-check -const QUERY = 'b::ccccccc'; - const EXPECTED = { + 'query': 'b::ccccccc', 'others': [ // `ccccccc` is an exact match for all three of these. // However `b` is a closer match for `bb` than for any |