diff options
| author | Guillaume Gomez <guillaume.gomez@huawei.com> | 2023-06-09 16:49:38 +0200 |
|---|---|---|
| committer | Guillaume Gomez <guillaume.gomez@huawei.com> | 2023-06-09 17:00:47 +0200 |
| commit | 9803651ee84545f8913b6fe9e76c8bd13603bb6e (patch) | |
| tree | b142f6884326782d5ba7bd11757477615e320238 /tests/rustdoc-js-std/deduplication.js | |
| parent | 6b0c7c4f01d3e6c90d10847471c7a2256346dd3e (diff) | |
| download | rust-9803651ee84545f8913b6fe9e76c8bd13603bb6e.tar.gz rust-9803651ee84545f8913b6fe9e76c8bd13603bb6e.zip | |
Update rustdoc-js* format
Diffstat (limited to 'tests/rustdoc-js-std/deduplication.js')
| -rw-r--r-- | tests/rustdoc-js-std/deduplication.js | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/rustdoc-js-std/deduplication.js b/tests/rustdoc-js-std/deduplication.js index f02f6cf55ed..51279dd5ed4 100644 --- a/tests/rustdoc-js-std/deduplication.js +++ b/tests/rustdoc-js-std/deduplication.js @@ -1,8 +1,7 @@ // ignore-order -const QUERY = 'is_nan'; - const EXPECTED = { + 'query': 'is_nan', 'others': [ { 'path': 'std::f32', 'name': 'is_nan' }, { 'path': 'std::f64', 'name': 'is_nan' }, |
