mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-31 12:41:49 +01:00
Fix previous commit (r194865)
llvm-svn: 194874
This commit is contained in:
parent
6e1f63e3a7
commit
a72441fa71
@ -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…
x
Reference in New Issue
Block a user