Update std tests
This commit is contained in:
parent
3a0727e84e
commit
9697c467ac
2 changed files with 5 additions and 3 deletions
|
@ -4,7 +4,9 @@ const QUERY = '+';
|
|||
|
||||
const EXPECTED = {
|
||||
'others': [
|
||||
{ 'path': 'std::ops', 'name': 'AddAssign' },
|
||||
{ 'path': 'core', 'name': 'AddAssign' },
|
||||
{ 'path': 'core', 'name': 'Add' },
|
||||
{ 'path': 'std', 'name': 'AddAssign' },
|
||||
{ 'path': 'std::ops', 'name': 'Add' },
|
||||
],
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue