diff options
author | Alan Somers <asomers@gmail.com> | 2019-03-03 18:52:30 -0700 |
---|---|---|
committer | Alan Somers <asomers@gmail.com> | 2019-03-03 20:30:54 -0700 |
commit | 719a04038c0377a8202038f68d77d100af1ca007 (patch) | |
tree | 598892a12221c1866198ee0b6d7d1c1bb32176f2 /src | |
parent | 3453a8c6227bce298cb27f6fd7a1fc8be4bca697 (diff) | |
download | nix-719a04038c0377a8202038f68d77d100af1ca007.zip |
Delete a useless unit test that never did anything.
Diffstat (limited to 'src')
-rw-r--r-- | src/sys/signal.rs | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/sys/signal.rs b/src/sys/signal.rs index ff1c6637..70bd1d31 100644 --- a/src/sys/signal.rs +++ b/src/sys/signal.rs @@ -887,12 +887,6 @@ mod tests { assert!(two_signals.contains(SIGUSR2)); } - // This test doesn't actually test get_mask functionality, see the set_mask test for that. - #[test] - fn test_thread_signal_get_mask() { - assert!(SigSet::thread_get_mask().is_ok()); - } - #[test] fn test_thread_signal_set_mask() { thread::spawn(|| { |