Skip to content

Commit 6602f9f

Browse files
committed
wip
1 parent 6f2f2db commit 6602f9f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Diff for: tests/split.rs

-2
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ async fn test_split() {
3636
}
3737

3838
pty.write_all(&[4u8]).await.unwrap();
39-
drop(pty);
4039
drop(pts);
4140
child.wait().await.unwrap();
4241
}
@@ -105,7 +104,6 @@ async fn test_into_split() {
105104
}
106105

107106
pty.write_all(&[4u8]).await.unwrap();
108-
drop(pty);
109107
drop(pts);
110108
child.wait().await.unwrap();
111109
}

0 commit comments

Comments
 (0)