[lldb] Fix typo in SymbolFilePDBTests (#186236)

This should fix the assertion on Windows caused by #185537.
This commit is contained in:
Jonas Devlieghere 2026-03-12 13:38:18 -07:00 committed by GitHub
parent ecc4d3edc9
commit ca011e4d3c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -72,7 +72,7 @@ public:
void TearDown() override {
SymbolFilePDB::Terminate();
TypeSystemClang::Initialize();
TypeSystemClang::Terminate();
plugin::dwarf::SymbolFileDWARF::Terminate();
ObjectFilePECOFF::Terminate();
HostInfo::Terminate();