Skip to content

Commit

Permalink
make test work on noopt builder
Browse files Browse the repository at this point in the history
  • Loading branch information
erikdesjardins committed Mar 3, 2022
1 parent f147303 commit a381aef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/codegen/loads.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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: &&()) {}

Expand Down

0 comments on commit a381aef

Please sign in to comment.