mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-07-16 11:24:39 +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:
@@ -746,8 +746,10 @@ const char* StringFromGTestEnv(const char* flag, const char* default_value) {
|
|||||||
return value == NULL ? default_value : value;
|
return value == NULL ? default_value : value;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#if GTEST_HAS_PTHREAD
|
||||||
ThreadWithParamBase::~ThreadWithParamBase() {}
|
ThreadWithParamBase::~ThreadWithParamBase() {}
|
||||||
ThreadLocalValueHolderBase::~ThreadLocalValueHolderBase() {}
|
ThreadLocalValueHolderBase::~ThreadLocalValueHolderBase() {}
|
||||||
|
#endif
|
||||||
TestFactoryBase::~TestFactoryBase() {}
|
TestFactoryBase::~TestFactoryBase() {}
|
||||||
|
|
||||||
} // namespace internal
|
} // namespace internal
|
||||||
|
Reference in New Issue
Block a user