From 6ccc7fe1d0c41d4f35755df4d2b7080c371041ad Mon Sep 17 00:00:00 2001 From: Trevor Gross Date: Mon, 25 Nov 2024 05:39:25 -0500 Subject: [PATCH] Try without tests --- tests/const_fn.rs | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 tests/const_fn.rs diff --git a/tests/const_fn.rs b/tests/const_fn.rs deleted file mode 100644 index d9b41b8073c70..0000000000000 --- a/tests/const_fn.rs +++ /dev/null @@ -1,3 +0,0 @@ -#[cfg(target_os = "linux")] -const _FOO: libc::c_uint = unsafe { libc::CMSG_SPACE(1) }; -//^ if CMSG_SPACE is not const, this will fail to compile