diff options
Diffstat (limited to 'tests/rustdoc-js-std/reference-shrink.js')
-rw-r--r-- | tests/rustdoc-js-std/reference-shrink.js | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/rustdoc-js-std/reference-shrink.js b/tests/rustdoc-js-std/reference-shrink.js new file mode 100644 index 000000000..f90be6d1b --- /dev/null +++ b/tests/rustdoc-js-std/reference-shrink.js @@ -0,0 +1,8 @@ +// exact-check + +const QUERY = 'reference::shrink'; + +const EXPECTED = { + // avoid including the method that's not going to be in the HTML + 'others': [], +}; |