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
d5266326
Unverified
Commit
d5266326
authored
Aug 08, 2018
by
Gennadiy Civil
Committed by
GitHub
Aug 08, 2018
Browse files
Merge pull request #1708 from drwez/fixFuchsia
Fix typo breaking Fuchsia build.
parents
b95a702d
07d45437
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
googletest/src/gtest-death-test.cc
googletest/src/gtest-death-test.cc
+1
-1
No files found.
googletest/src/gtest-death-test.cc
View file @
d5266326
...
...
@@ -900,7 +900,7 @@ int FuchsiaDeathTest::Wait() {
}
else
{
// Process terminated.
GTEST_DEATH_TEST_CHECK_
(
ZX_PKT_IS_SIGNAL_ONE
(
packet
.
type
));
GTEST_DEATH_TEST_CHECK_
(
packet
.
observed
&
ZX_PROCESS_TERMINATED
);
GTEST_DEATH_TEST_CHECK_
(
packet
.
signal
.
observed
&
ZX_PROCESS_TERMINATED
);
}
ReadAndInterpretStatusByte
();
...
...
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