Commit 960149f9 authored by Fabrice de Gans-Riberi's avatar Fabrice de Gans-Riberi
Browse files

Remove magic number

parent 242f0f62
......@@ -934,7 +934,7 @@ DeathTest::TestRole FuchsiaDeathTest::AssumeRole() {
// Build the pipe for communication with the child.
int read_fd;
status = launchpad_add_pipe(lp, &read_fd, 3);
status = launchpad_add_pipe(lp, &read_fd, kFuchsiaReadPipeFd);
GTEST_DEATH_TEST_CHECK_(status == ZX_OK);
set_read_fd(read_fd);
......
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