From cef9e4fc9fb94679f74e53a1339bfa909e998fd6 Mon Sep 17 00:00:00 2001 From: gVisor bot Date: Thu, 28 Mar 2024 12:18:27 -0700 Subject: [PATCH] Internal change. PiperOrigin-RevId: 620018746 --- test/syscalls/linux/BUILD | 1 - 1 file changed, 1 deletion(-) diff --git a/test/syscalls/linux/BUILD b/test/syscalls/linux/BUILD index 8f5fbe142..a8d8b68b7 100644 --- a/test/syscalls/linux/BUILD +++ b/test/syscalls/linux/BUILD @@ -2912,7 +2912,6 @@ cc_binary( "socket_ip_tcp_generic_loopback.cc", ], linkstatic = 1, - malloc = "//test/util:errno_safe_allocator", deps = [ ":ip_socket_test_util", ":socket_ip_tcp_generic_test_cases",