Skip to content

Commit 719a040

Browse files
committed
Delete a useless unit test that never did anything.
1 parent 3453a8c commit 719a040

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/sys/signal.rs

-6
Original file line numberDiff line numberDiff line change
@@ -887,12 +887,6 @@ mod tests {
887887
assert!(two_signals.contains(SIGUSR2));
888888
}
889889

890-
// This test doesn't actually test get_mask functionality, see the set_mask test for that.
891-
#[test]
892-
fn test_thread_signal_get_mask() {
893-
assert!(SigSet::thread_get_mask().is_ok());
894-
}
895-
896890
#[test]
897891
fn test_thread_signal_set_mask() {
898892
thread::spawn(|| {

0 commit comments

Comments
 (0)