From 0859fa0fa26a54fe3dd7ec283a0a7e0dea3bcc97 Mon Sep 17 00:00:00 2001 From: Dan Gohman Date: Sun, 10 Nov 2024 08:26:21 -0800 Subject: [PATCH] Fix compile errors in tests on Solaris. (#1214) --- tests/fs/main.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/fs/main.rs b/tests/fs/main.rs index 8c8c0e5c0..6a4d3151e 100644 --- a/tests/fs/main.rs +++ b/tests/fs/main.rs @@ -12,6 +12,7 @@ mod fcntl; target_os = "emscripten", target_os = "fuchsia", target_os = "redox", + target_os = "solaris", target_os = "wasi" )))] mod fcntl_lock;