Skip to content

Commit 18456f6

Browse files
committed
FIXME: Use a bigger hammer to try to see what CI is doing
1 parent 1e7b008 commit 18456f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libc-test/build.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2937,7 +2937,7 @@ fn test_freebsd(target: &str) {
29372937

29382938
// __mcontext changed mc_spare and mc_tlsbase between OS releases, and `skip_field`
29392939
// doesn't seem to work for them.
2940-
"__mcontext" => true,
2940+
t if t.contains("mcontext") => true,
29412941

29422942
_ => false,
29432943
}

0 commit comments

Comments
 (0)