Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
yangql
googletest
Commits
e0d3c370
Commit
e0d3c370
authored
Oct 29, 2018
by
Abseil Team
Committed by
Gennadiy Civil
Oct 30, 2018
Browse files
Googletest export
Fix broken Fuchsia cc_test. PiperOrigin-RevId: 219170936
parent
cc9dcc54
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
googletest/src/gtest-death-test.cc
googletest/src/gtest-death-test.cc
+3
-2
No files found.
googletest/src/gtest-death-test.cc
View file @
e0d3c370
...
@@ -821,8 +821,9 @@ class FuchsiaDeathTest : public DeathTestImpl {
...
@@ -821,8 +821,9 @@ class FuchsiaDeathTest : public DeathTestImpl {
:
DeathTestImpl
(
a_statement
,
a_regex
),
file_
(
file
),
line_
(
line
)
{}
:
DeathTestImpl
(
a_statement
,
a_regex
),
file_
(
file
),
line_
(
line
)
{}
// All of these virtual functions are inherited from DeathTest.
// All of these virtual functions are inherited from DeathTest.
virtual
int
Wait
();
int
Wait
()
override
;
virtual
TestRole
AssumeRole
();
TestRole
AssumeRole
()
override
;
std
::
string
GetErrorLogs
()
override
;
private:
private:
// The name of the file in which the death test is located.
// The name of the file in which the death test is located.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment