From d13e232bdfbecef77afafaa614da28ca345a64ab Mon Sep 17 00:00:00 2001 From: Oneirical Date: Mon, 13 May 2024 22:06:05 -0400 Subject: [PATCH] remove freebsd ignore --- tests/run-make/c-link-to-rust-staticlib/rmake.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/run-make/c-link-to-rust-staticlib/rmake.rs b/tests/run-make/c-link-to-rust-staticlib/rmake.rs index ca11dcf7f329d..67bd29c3690ad 100644 --- a/tests/run-make/c-link-to-rust-staticlib/rmake.rs +++ b/tests/run-make/c-link-to-rust-staticlib/rmake.rs @@ -2,7 +2,6 @@ // See https://github.com/rust-lang/rust/issues/10434 //@ ignore-cross-compile -//@ ignore-freebsd use run_make_support::{cc, extra_c_flags, extra_cxx_flags, run, rustc, static_lib}; use std::fs;