diff options
Diffstat (limited to 'testing/gtest/test/gtest_env_var_test.py')
-rwxr-xr-x | testing/gtest/test/gtest_env_var_test.py | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/testing/gtest/test/gtest_env_var_test.py b/testing/gtest/test/gtest_env_var_test.py index bcc0bfd..ac24337 100755 --- a/testing/gtest/test/gtest_env_var_test.py +++ b/testing/gtest/test/gtest_env_var_test.py @@ -92,9 +92,7 @@ class GTestEnvVarTest(gtest_test_utils.TestCase): TestFlag('repeat', '999', '1') TestFlag('throw_on_failure', '1', '0') TestFlag('death_test_style', 'threadsafe', 'fast') - - if IS_WINDOWS: - TestFlag('catch_exceptions', '1', '0') + TestFlag('catch_exceptions', '0', '1') if IS_LINUX: TestFlag('death_test_use_fork', '1', '0') |