summaryrefslogtreecommitdiff
path: root/test/test.rs
diff options
context:
space:
mode:
Diffstat (limited to 'test/test.rs')
-rw-r--r--test/test.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/test.rs b/test/test.rs
index f725ef97..6b42aad9 100644
--- a/test/test.rs
+++ b/test/test.rs
@@ -36,6 +36,7 @@ mod test_resource;
#[cfg(any(
target_os = "android",
target_os = "dragonfly",
+ all(target_os = "freebsd", fbsd14),
target_os = "linux"
))]
mod test_sched;