[all-commits] [llvm/llvm-project] 87bf1a: [lldb][PDB] Update max matches test for type queri...

David Spickett via All-commits all-commits at lists.llvm.org
Tue Dec 19 00:54:18 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 87bf1afbbf0343fd7560a4e1344d2ca0e066a905
      https://github.com/llvm/llvm-project/commit/87bf1afbbf0343fd7560a4e1344d2ca0e066a905
  Author: David Spickett <david.spickett at linaro.org>
  Date:   2023-12-19 (Tue, 19 Dec 2023)

  Changed paths:
    M lldb/unittests/SymbolFile/PDB/SymbolFilePDBTests.cpp

  Log Message:
  -----------
  [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.




More information about the All-commits mailing list