diff options
Diffstat (limited to 'test/test_ptymaster_drop.rs')
-rw-r--r-- | test/test_ptymaster_drop.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_ptymaster_drop.rs b/test/test_ptymaster_drop.rs index bde8510c..9b59d664 100644 --- a/test/test_ptymaster_drop.rs +++ b/test/test_ptymaster_drop.rs @@ -6,7 +6,7 @@ use nix::unistd::close; use std::os::unix::io::AsRawFd; /// Regression test for Issue #659 -/// PtyMaster should panic rather than double close the file descriptor +/// `PtyMaster` should panic rather than double close the file descriptor /// This must run in its own test process because it deliberately creates a race /// condition. #[test] |