From eccd46e67c75e164ca0e700dddc61cc1556be8d2 Mon Sep 17 00:00:00 2001 From: Ghanan Gowripalan Date: Thu, 16 Sep 2021 18:53:44 -0700 Subject: Rename packet_socket to packet_socket_dgram ...so that a later change can add a new packet_socket syscall test target that holds raw/dgram packet socket generic common tests. The current packet_socket syscall test target holds tests specific to dgram packet sockets. While I am here, remove the defines for the packet_socket_raw_test target as no code is guarded with `__linux__` in the target's sources. PiperOrigin-RevId: 397217761 --- test/syscalls/BUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/syscalls/BUILD') diff --git a/test/syscalls/BUILD b/test/syscalls/BUILD index 3b55112e6..b66112f6e 100644 --- a/test/syscalls/BUILD +++ b/test/syscalls/BUILD @@ -359,11 +359,11 @@ syscall_test( ) syscall_test( - test = "//test/syscalls/linux:packet_socket_raw_test", + test = "//test/syscalls/linux:packet_socket_dgram_test", ) syscall_test( - test = "//test/syscalls/linux:packet_socket_test", + test = "//test/syscalls/linux:packet_socket_raw_test", ) syscall_test( -- cgit v1.2.3