make test work on noopt builder

This commit is contained in:
Erik Desjardins 2022-03-02 22:46:23 -05:00
parent f147303434
commit a381aefebb

View File

@ -21,7 +21,7 @@ pub enum MyBool {
#[repr(align(16))]
pub struct Align16(u128);
// CHECK: @ptr_alignment_helper({}** {{.*}} align [[PTR_ALIGNMENT:[0-9]+]]
// CHECK: @ptr_alignment_helper({}** {{.*}}align [[PTR_ALIGNMENT:[0-9]+]]
#[no_mangle]
pub fn ptr_alignment_helper(x: &&()) {}