summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test/sys/test_socket.rs3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/sys/test_socket.rs b/test/sys/test_socket.rs
index b78c8c49..125edceb 100644
--- a/test/sys/test_socket.rs
+++ b/test/sys/test_socket.rs
@@ -229,8 +229,7 @@ pub fn test_recvmsg_sockaddr_un() {
MsgFlags::empty(),
Some(&sockaddr),
) {
- print!("Couldn't send ({e:?}), so skipping test");
- return;
+ crate::skip!("Couldn't send ({e:?}), so skipping test");
}
// Receive the message