about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--src/test/codegen/loads.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/codegen/loads.rs b/src/test/codegen/loads.rs
index 7952bf67a46..c7444ce02fa 100644
--- a/src/test/codegen/loads.rs
+++ b/src/test/codegen/loads.rs
@@ -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: &&()) {}