Googletest export
fdio_pipe_half is now the same as fdio_pipe_half2. We can switch back to the cleaner name. PiperOrigin-RevId: 251633832
This commit is contained in:
parent
08a68b6fb7
commit
31200def0d
|
@ -993,7 +993,7 @@ DeathTest::TestRole FuchsiaDeathTest::AssumeRole() {
|
|||
zx_status_t status;
|
||||
zx_handle_t child_pipe_handle;
|
||||
int child_pipe_fd;
|
||||
status = fdio_pipe_half2(&child_pipe_fd, &child_pipe_handle);
|
||||
status = fdio_pipe_half(&child_pipe_fd, &child_pipe_handle);
|
||||
GTEST_DEATH_TEST_CHECK_(status == ZX_OK);
|
||||
set_read_fd(child_pipe_fd);
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user