Skip to content

Commit

Permalink
advance
Browse files Browse the repository at this point in the history
  • Loading branch information
Darksonn committed Dec 10, 2024
1 parent 0a919a3 commit aea9a30
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/test_bytes_vec_alloc.rs
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,6 @@ unsafe impl GlobalAlloc for Ledger {
}

#[test]
#[ignore]
fn test_bytes_advance() {
let mut bytes = Bytes::from(vec![10, 20, 30]);
bytes.advance(1);
Expand Down

0 comments on commit aea9a30

Please sign in to comment.