Commit 07d45437 authored by Wez's avatar Wez
Browse files

Fix typo breaking Fuchsia build

parent b95a702d
...@@ -900,7 +900,7 @@ int FuchsiaDeathTest::Wait() { ...@@ -900,7 +900,7 @@ int FuchsiaDeathTest::Wait() {
} else { } else {
// Process terminated. // Process terminated.
GTEST_DEATH_TEST_CHECK_(ZX_PKT_IS_SIGNAL_ONE(packet.type)); 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(); ReadAndInterpretStatusByte();
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment