[SymbolFilePDB] Fix windows bots after rL367360
authorAlex Langford <apl@fb.com>
Tue, 30 Jul 2019 23:48:03 +0000 (23:48 +0000)
committerAlex Langford <apl@fb.com>
Tue, 30 Jul 2019 23:48:03 +0000 (23:48 +0000)
commitc1210c7e96fe8cabfa40b5cd155814d704fe9f3f
treef5c731b2408a9cf1cdb31784a20ef2524cf365ac
parent4cae092099df67b4b70838a5abad9ae83a6f955c
[SymbolFilePDB] Fix windows bots after rL367360

SymbolFilePDB tests were using GetTypeSystemForLanguage but weren't
changed to accomodate the use of an llvm::Expected. I adjusted them
accordingly.

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