Skip to content

Commit d51e14f

Browse files
committed
wip
1 parent ccd1b9d commit d51e14f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/behavior.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,6 @@ async fn test_session_leader_async() {
295295
assert_eq!(status.code().unwrap(), 0);
296296
}
297297

298-
#[cfg(not(target_os = "macos"))]
299298
fn pipe() -> (std::os::fd::OwnedFd, std::os::fd::OwnedFd) {
300299
nix::unistd::pipe().unwrap()
301300
}

0 commit comments

Comments
 (0)