Skip to content

Commit a381aef

Browse files
make test work on noopt builder
1 parent f147303 commit a381aef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/codegen/loads.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ pub enum MyBool {
2121
#[repr(align(16))]
2222
pub struct Align16(u128);
2323

24-
// CHECK: @ptr_alignment_helper({}** {{.*}} align [[PTR_ALIGNMENT:[0-9]+]]
24+
// CHECK: @ptr_alignment_helper({}** {{.*}}align [[PTR_ALIGNMENT:[0-9]+]]
2525
#[no_mangle]
2626
pub fn ptr_alignment_helper(x: &&()) {}
2727

0 commit comments

Comments
 (0)