Skip to content

Commit 0201a6b

Browse files
committed
more
1 parent 9293fad commit 0201a6b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/test_time.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,5 +54,6 @@ pub fn test_clock_id_now() {
5454
pub fn test_clock_id_pid_cpu_clock_id() {
5555
ClockId::pid_cpu_clock_id(nix::unistd::Pid::this())
5656
.map(ClockId::now)
57+
.expect("assert failed")
5758
.expect("assert failed");
5859
}

0 commit comments

Comments
 (0)