should I toss these tests out?
This commit is contained in:
parent
970eabdda8
commit
2dd94631ff
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ fn it_works() {
|
|||
#[test]
|
||||
fn can_make_ctrl_c_handler() {
|
||||
let (control_c_flag_tx, _control_c_called_flag_rx) = sync_flag::new_syncflag(false);
|
||||
crate::setup_control_c(control_c_flag_tx);
|
||||
crate::setup_control_c();
|
||||
drop(_control_c_called_flag_rx);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue