diff options
Diffstat (limited to 'src/gtest.cc')
| -rw-r--r-- | src/gtest.cc | 2 | 
1 files changed, 0 insertions, 2 deletions
| diff --git a/src/gtest.cc b/src/gtest.cc index e407ee9b..f2e84af7 100644 --- a/src/gtest.cc +++ b/src/gtest.cc @@ -3864,7 +3864,6 @@ int UnitTest::Run() {    // process. In either case the user does not want to see pop-up dialogs    // about crashes - they are expected.    if (impl()->catch_exceptions() || in_death_test_child_process) { -  # if !GTEST_OS_WINDOWS_MOBILE      // SetErrorMode doesn't exist on CE.      SetErrorMode(SEM_FAILCRITICALERRORS | SEM_NOALIGNMENTFAULTEXCEPT | @@ -3895,7 +3894,6 @@ int UnitTest::Run() {            0x0,                                    // Clear the following flags:            _WRITE_ABORT_MSG | _CALL_REPORTFAULT);  // pop-up window, core dump.  # endif -    }  #endif  // GTEST_HAS_SEH | 
