Skip to content

Commit

Permalink
Rename a test. This should be squashed with the branch's original
Browse files Browse the repository at this point in the history
commit
  • Loading branch information
asomers committed Mar 5, 2018
1 parent 352e284 commit dfe4c4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/sys/test_aio.rs
Original file line number Diff line number Diff line change
Expand Up @@ -670,7 +670,7 @@ fn test_liocb_listio_signal() {
#[cfg(not(any(target_os = "ios", target_os = "macos")))]
#[should_panic(expected = "Can't read into an immutable buffer")]
#[cfg_attr(target_env = "musl", ignore)]
fn test_lio_listio_read_immutable() {
fn test_liocb_listio_read_immutable() {
let rbuf: &[u8] = b"abcd";
let f = tempfile().unwrap();

Expand Down

0 comments on commit dfe4c4a

Please sign in to comment.