Unverified Commit 87bf1afb authored by David Spickett's avatar David Spickett Committed by GitHub
Browse files

[lldb][PDB] Update max matches test for type queries (#75813)

NestedClass will be found via Class::NestedClass and
ClassTypedef::NestedClass. So the first part of the test gets 2 results
as the default is to find all matching types.

In the next part, we ask for only the first match and expect to get only
1 of those two possible results.
parent 3cd1e739
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment