From aabc834374dd816ea77aa119d953ce4a9f6c2d12 Mon Sep 17 00:00:00 2001 From: Neko Hz Date: Wed, 8 May 2024 17:32:59 +0800 Subject: [PATCH] Update test/libc/sock/unix_test.c Co-authored-by: Gavin Hayes --- test/libc/sock/unix_test.c | 1 - 1 file changed, 1 deletion(-) diff --git a/test/libc/sock/unix_test.c b/test/libc/sock/unix_test.c index ec82a8ac9..1e2968031 100644 --- a/test/libc/sock/unix_test.c +++ b/test/libc/sock/unix_test.c @@ -123,7 +123,6 @@ TEST(unix, stream_absolute) { int ws; if (IsWindows() && !IsAtLeastWindows10()) return; atomic_bool *ready = _mapshared(1); - // TODO(jart): move this line down when kFdProcess is gone ASSERT_SYS(0, 3, socket(AF_UNIX, SOCK_STREAM, 0)); if (!fork()) { close(3);