Skip to content

Commit 6cf357e

Browse files
Revert "[libc] always clean up child process to avoid hanging ninja (#118049)"
This reverts commit cf478bf.
1 parent 83ccaad commit 6cf357e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

libc/test/src/sys/mman/linux/process_mrelease_test.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,6 @@ TEST(LlvmLibcProcessMReleaseTest, ErrorNotKilled) {
6060

6161
EXPECT_THAT(LIBC_NAMESPACE::process_mrelease(pidfd, 0), Fails(EINVAL));
6262

63-
LIBC_NAMESPACE::kill(child_pid, SIGKILL);
64-
6563
LIBC_NAMESPACE::close(pidfd);
6664
}
6765
}

0 commit comments

Comments
 (0)