forked from OSchip/llvm-project
Speculative fix for windows build broken by r306668
llvm-svn: 306693
This commit is contained in:
parent
809328c114
commit
ef9fc29d4e
|
@ -55,12 +55,8 @@ public:
|
|||
ClangASTContext::Initialize();
|
||||
SymbolFilePDB::Initialize();
|
||||
|
||||
llvm::StringRef exe_folder = llvm::sys::path::parent_path(TestMainArgv0);
|
||||
llvm::SmallString<128> inputs_folder = exe_folder;
|
||||
llvm::sys::path::append(inputs_folder, "Inputs");
|
||||
|
||||
m_pdb_test_exe = GetInputFile("test-pdb.exe");
|
||||
m_types_test_exe = GetInputFile("test-pdb-types.exe");
|
||||
m_pdb_test_exe = GetInputFilePath("test-pdb.exe");
|
||||
m_types_test_exe = GetInputFilePath("test-pdb-types.exe");
|
||||
}
|
||||
|
||||
void TearDown() override {
|
||||
|
|
Loading…
Reference in New Issue