diff options
Diffstat (limited to 'tests/rustdoc-js-std/should-fail.js')
-rw-r--r-- | tests/rustdoc-js-std/should-fail.js | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/rustdoc-js-std/should-fail.js b/tests/rustdoc-js-std/should-fail.js new file mode 100644 index 000000000..b85a47dc0 --- /dev/null +++ b/tests/rustdoc-js-std/should-fail.js @@ -0,0 +1,9 @@ +// should-fail + +const QUERY = 'fn'; + +const EXPECTED = { + 'others': [ + { 'path': 'std', 'name': 'fn', ty: 14 }, + ], +}; |