Update std tests

This commit is contained in:
Guillaume Gomez 2020-05-01 00:43:55 +02:00
parent 3a0727e84e
commit 9697c467ac
2 changed files with 5 additions and 3 deletions

View file

@ -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' },
],
};