mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-03 18:32:50 +00:00
gtest-death-test.cc: Move ~DeathTestFactory() to unbreak cygming build since r194865.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@194918 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
3d429d80e4
commit
793622668e
@ -735,8 +735,6 @@ DeathTest::TestRole WindowsDeathTest::AssumeRole() {
|
||||
}
|
||||
# else // We are not on Windows.
|
||||
|
||||
DeathTestFactory::~DeathTestFactory() {}
|
||||
|
||||
// ForkingDeathTest provides implementations for most of the abstract
|
||||
// methods of the DeathTest interface. Only the AssumeRole method is
|
||||
// left undefined.
|
||||
@ -1039,6 +1037,8 @@ DeathTest::TestRole ExecDeathTest::AssumeRole() {
|
||||
|
||||
# endif // !GTEST_OS_WINDOWS
|
||||
|
||||
DeathTestFactory::~DeathTestFactory() {}
|
||||
|
||||
// Creates a concrete DeathTest-derived class that depends on the
|
||||
// --gtest_death_test_style flag, and sets the pointer pointed to
|
||||
// by the "test" argument to its address. If the test should be
|
||||
|
Loading…
x
Reference in New Issue
Block a user