Skip to content

Commit 92e5160

Browse files
DOhlssonasomers
andauthored
Update test/sys/test_prctl.rs with suggestion
Co-authored-by: Alan Somers <[email protected]>
1 parent 662e446 commit 92e5160

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

test/sys/test_prctl.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,4 @@ fn test_get_set_clear_mce_kill() {
4141
prctl::clear_mce_kill().unwrap();
4242
let mce = prctl::get_mce_kill().unwrap();
4343
assert_eq!(mce, PR_MCE_KILL_DEFAULT);
44-
45-
4644
}

0 commit comments

Comments
 (0)