Skip to content

Commit 93ab53f

Browse files
committed
fix test name
1 parent 9290b17 commit 93ab53f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/ptr-union/tests/clone_unaligned.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ type Union = Union8<
5656

5757
#[test]
5858
#[should_panic = "but the cloned pointer wasn't sufficiently aligned"]
59-
fn test() {
59+
fn test_clone_unaligned() {
6060
let bx = MyBox::new();
6161
// this can't fail since the first `MyBox` is created at address 8, which is aligned to 8 bytes
6262
let x = Union::new_a(bx).unwrap();

0 commit comments

Comments
 (0)