mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-06 08:51:14 -03:00
Fix rust formatting for BSD signal tests
This commit is contained in:
@@ -617,5 +617,8 @@ fn from(value: Signal) -> Self {
|
||||
/// rust's native OS targeting for those.
|
||||
fn bsd_signals() {
|
||||
assert_eq!(Signal::parse(L!("SIGEMT")), Some(Signal::new(libc::SIGEMT)));
|
||||
assert_eq!(Signal::parse(L!("SIGINFO")), Some(Signal::new(libc::SIGINFO)));
|
||||
assert_eq!(
|
||||
Signal::parse(L!("SIGINFO")),
|
||||
Some(Signal::new(libc::SIGINFO))
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user