summaryrefslogtreecommitdiffstats
path: root/googletest/include/gtest/gtest.h
diff options
context:
space:
mode:
authorFabrice de Gans-Riberi <fdegans@chromium.org>2018-05-01 16:20:31 -0700
committerFabrice de Gans-Riberi <fdegans@chromium.org>2018-05-01 16:22:09 -0700
commitd4b5281d110f0c8e7cb794737a7832a2408e8e0c (patch)
treee1cea1acc097f0b49f65dbba013acdbc3365c454 /googletest/include/gtest/gtest.h
parent278aba369c41e90e9e77a6f51443beb3692919cf (diff)
downloadgoogletest-d4b5281d110f0c8e7cb794737a7832a2408e8e0c.tar.gz
googletest-d4b5281d110f0c8e7cb794737a7832a2408e8e0c.zip
Add Fuchsia support for death test.
Diffstat (limited to 'googletest/include/gtest/gtest.h')
-rw-r--r--googletest/include/gtest/gtest.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/googletest/include/gtest/gtest.h b/googletest/include/gtest/gtest.h
index a0592a82..e1e9c1bb 100644
--- a/googletest/include/gtest/gtest.h
+++ b/googletest/include/gtest/gtest.h
@@ -172,6 +172,7 @@ class TestEventListenersAccessor;
class TestEventRepeater;
class UnitTestRecordPropertyTestHelper;
class WindowsDeathTest;
+class FuchsiaDeathTest;
class UnitTestImpl* GetUnitTestImpl();
void ReportFailureInUnknownLocation(TestPartResult::Type result_type,
const std::string& message);
@@ -593,6 +594,7 @@ class GTEST_API_ TestResult {
friend class internal::TestResultAccessor;
friend class internal::UnitTestImpl;
friend class internal::WindowsDeathTest;
+ friend class internal::FuchsiaDeathTest;
// Gets the vector of TestPartResults.
const std::vector<TestPartResult>& test_part_results() const {
OpenPOWER on IntegriCloud