mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-26 21:32:10 +00:00
Fix previous commit (r194865)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@194874 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
86a3348737
commit
7426308bf0
@ -746,8 +746,10 @@ const char* StringFromGTestEnv(const char* flag, const char* default_value) {
|
||||
return value == NULL ? default_value : value;
|
||||
}
|
||||
|
||||
#if GTEST_HAS_PTHREAD
|
||||
ThreadWithParamBase::~ThreadWithParamBase() {}
|
||||
ThreadLocalValueHolderBase::~ThreadLocalValueHolderBase() {}
|
||||
#endif
|
||||
TestFactoryBase::~TestFactoryBase() {}
|
||||
|
||||
} // namespace internal
|
||||
|
Loading…
Reference in New Issue
Block a user