diff options
Diffstat (limited to 'tests/rustdoc-js-std/should-fail.js')
-rw-r--r-- | tests/rustdoc-js-std/should-fail.js | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/rustdoc-js-std/should-fail.js b/tests/rustdoc-js-std/should-fail.js index b85a47dc0..94f82efd9 100644 --- a/tests/rustdoc-js-std/should-fail.js +++ b/tests/rustdoc-js-std/should-fail.js @@ -1,8 +1,7 @@ // should-fail -const QUERY = 'fn'; - const EXPECTED = { + 'query': 'fn', 'others': [ { 'path': 'std', 'name': 'fn', ty: 14 }, ], |