blob: 29609904b1957a52f893b9de8f097f796d399a49 [file] [log] [blame]
const QUERY = 'struct:VecD';
const EXPECTED = {
'others': [
{ 'path': 'std::collections', 'name': 'VecDeque' },
{ 'path': 'std::vec', 'name': 'Vec' },
],
};