Skip to content

Commit 21c5b37

Browse files
committed
fixup
1 parent 6ed1eec commit 21c5b37

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

libc-test/build.rs

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -728,12 +728,7 @@ fn test_solaris(target: &str) {
728728

729729
cfg.skip_roundtrip(|s| match s {
730730
// FIXME: TODO
731-
| "utsname"
732-
| "statfs"
733-
| "dirent"
734-
| "utmpx"
735-
736-
=> true,
731+
"utsname" | "statfs" | "dirent" | "utmpx" => true,
737732
_ => false,
738733
});
739734

0 commit comments

Comments
 (0)