Make yet another attempt in restoring SymbolFilePDBTests
authorAdrian Prantl <aprantl@apple.com>
Wed, 2 Oct 2019 00:06:27 +0000 (00:06 +0000)
committerAdrian Prantl <aprantl@apple.com>
Wed, 2 Oct 2019 00:06:27 +0000 (00:06 +0000)
commite2385e089d838d9320303378570751e40bbad6e2
tree9d46852532a9a576f2db625a329942b6d21379bd
parent8c19925f42901db51dbbf3e3a7b1a789cd2bc646
Make yet another attempt in restoring SymbolFilePDBTests

The original test was passing false to the append argument of
FindTypes (the only use of this feature!). This patch now replicates
that by passing a fresh TypeMap into the function where applicable.

llvm-svn: 373409
lldb/unittests/SymbolFile/PDB/SymbolFilePDBTests.cpp