Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 9078 for code/branches/testing


Ignore:
Timestamp:
Apr 1, 2012, 9:05:30 PM (12 years ago)
Author:
landauf
Message:

small fix in google-test that seems to prevent a windows dialog from popping-up during death tests

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/testing/src/external/gtest/src/gtest.cc

    r9021 r9078  
    38253825  impl()->set_catch_exceptions(GTEST_FLAG(catch_exceptions));
    38263826
    3827 #if GTEST_HAS_SEH
     3827#if GTEST_HAS_SEH || GTEST_OS_WINDOWS_MINGW
    38283828  const bool in_death_test_child_process =
    38293829      internal::GTEST_FLAG(internal_run_death_test).length() > 0;
Note: See TracChangeset for help on using the changeset viewer.