about summary refs log tree commit diff
path: root/src/test/rustdoc-js-std/alias-2.js
blob: f3c6713692b5982ec0ff7ab84000ef39792165c9 (plain)
1
2
3
4
5
6
7
8
9
10
// ignore-order

const QUERY = '+';

const EXPECTED = {
    'others': [
        { 'path': 'std::ops', 'name': 'AddAssign' },
        { 'path': 'std::ops', 'name': 'Add' },
    ],
};