aboutsummaryrefslogtreecommitdiffstats
path: root/googletest/include/gtest/gtest-death-test.h
diff options
context:
space:
mode:
authorFabrice de Gans-Riberi <fdegans@chromium.org>2018-05-03 12:06:45 -0700
committerFabrice de Gans-Riberi <fdegans@chromium.org>2018-05-03 12:06:45 -0700
commit13af91faff5aaec0a622601713bc4f8b89a8e108 (patch)
tree801dcc3e17c738755473ee65b0d13a4803d62c74 /googletest/include/gtest/gtest-death-test.h
parent96c3c422ad1e1bd06da37e88cdd8e200b812f8f3 (diff)
downloadgoogletest-13af91faff5aaec0a622601713bc4f8b89a8e108.tar.gz
googletest-13af91faff5aaec0a622601713bc4f8b89a8e108.tar.bz2
googletest-13af91faff5aaec0a622601713bc4f8b89a8e108.zip
Fix more stuff and get tests to pass
Diffstat (limited to 'googletest/include/gtest/gtest-death-test.h')
-rw-r--r--googletest/include/gtest/gtest-death-test.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/googletest/include/gtest/gtest-death-test.h b/googletest/include/gtest/gtest-death-test.h
index 6a216bcb..3834292f 100644
--- a/googletest/include/gtest/gtest-death-test.h
+++ b/googletest/include/gtest/gtest-death-test.h
@@ -198,7 +198,7 @@ class GTEST_API_ ExitedWithCode {
const int exit_code_;
};
-# if !GTEST_OS_WINDOWS
+# if !GTEST_OS_WINDOWS && !GTEST_OS_FUCHSIA
// Tests that an exit code describes an exit due to termination by a
// given signal.
class GTEST_API_ KilledBySignal {