ci debugging

This commit is contained in:
Pat Hickey
2021-05-05 11:24:27 -07:00
parent f8d1e57428
commit 3e8ea090c6

View File

@@ -125,7 +125,7 @@ unsafe fn test_fd_readwrite(readable_fd: wasi::Fd, writable_fd: wasi::Fd, error_
},
];
let out = poll_oneoff_impl(&r#in).unwrap();
assert_eq!(out.len(), 2, "should return 2 events");
assert_eq!(out.len(), 2, "should return 2 events, got: {:?}", out);
assert_eq!(
out[0].userdata, 1,
"the event.userdata should contain fd userdata specified by the user"