diff options
| author | Michael Howell <michael@notriddle.com> | 2022-12-16 13:19:38 -0700 |
|---|---|---|
| committer | Michael Howell <michael@notriddle.com> | 2023-01-14 12:04:12 -0700 |
| commit | db558b46861ee2f812ee1cc2b03b796f691a246d (patch) | |
| tree | 7524968b0498bf45a37e60f2f68610fe2297ec9d /tests/rustdoc-js-std/macro-print.js | |
| parent | 59ba74cacb87ac89f7f5fcb5233eaccb50dd8349 (diff) | |
| download | rust-db558b46861ee2f812ee1cc2b03b796f691a246d.tar.gz rust-db558b46861ee2f812ee1cc2b03b796f691a246d.zip | |
rustdoc: update search test cases
Diffstat (limited to 'tests/rustdoc-js-std/macro-print.js')
| -rw-r--r-- | tests/rustdoc-js-std/macro-print.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/rustdoc-js-std/macro-print.js b/tests/rustdoc-js-std/macro-print.js index 858046e72e9..1b4c7b40570 100644 --- a/tests/rustdoc-js-std/macro-print.js +++ b/tests/rustdoc-js-std/macro-print.js @@ -3,8 +3,8 @@ const QUERY = 'macro:print'; const EXPECTED = { 'others': [ { 'path': 'std', 'name': 'print' }, - { 'path': 'std', 'name': 'eprint' }, { 'path': 'std', 'name': 'println' }, + { 'path': 'std', 'name': 'eprint' }, { 'path': 'std', 'name': 'eprintln' }, ], }; |
