summaryrefslogtreecommitdiff
path: root/test/sys/test_select.rs
diff options
context:
space:
mode:
Diffstat (limited to 'test/sys/test_select.rs')
-rw-r--r--test/sys/test_select.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/sys/test_select.rs b/test/sys/test_select.rs
index cf68700c..37951086 100644
--- a/test/sys/test_select.rs
+++ b/test/sys/test_select.rs
@@ -5,7 +5,7 @@ use nix::sys::time::{TimeSpec, TimeValLike};
#[test]
pub fn test_pselect() {
- let _mtx = ::SIGNAL_MTX
+ let _mtx = crate::SIGNAL_MTX
.lock()
.expect("Mutex got poisoned by another test");