Skip to content

Commit 234501a

Browse files
committed
Re-enable read_eof tests
1 parent fcb20e5 commit 234501a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

library/std/src/net/tcp/tests.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,6 @@ fn smoke_test() {
104104
}
105105

106106
#[test]
107-
#[cfg_attr(target_env = "fortanixvme", ignore)]
108107
fn read_eof() {
109108
each_ip(&mut |addr| {
110109
let acceptor = t!(TcpListener::bind(&addr));

0 commit comments

Comments
 (0)