Skip to content

Commit 4aa5a45

Browse files
committed
Correct assert for mips+musl
1 parent 5d5ceea commit 4aa5a45

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
@@ -2410,7 +2410,7 @@ fn test_linux(target: &str) {
24102410
}
24112411

24122412
if !musl || mips {
2413-
assert!(gnu || uclibc || (mips && !musl));
2413+
assert!(gnu || uclibc || (mips && musl));
24142414
headers! { cfg: "linux/memfd.h" };
24152415
}
24162416

0 commit comments

Comments
 (0)