diff --git a/tests/codegen-llvm/deduced-param-attrs.rs b/tests/codegen-llvm/deduced-param-attrs.rs index 968325f7dc62..b24c74a2f840 100644 --- a/tests/codegen-llvm/deduced-param-attrs.rs +++ b/tests/codegen-llvm/deduced-param-attrs.rs @@ -99,6 +99,7 @@ pub static A1: fn(BigCell) = shared_borrow; // The parameter can be mutated through a raw const borrow. // // CHECK-LABEL: ; deduced_param_attrs::raw_const_borrow +// CHECK-NEXT: ; // CHECK-NOT: readonly // CHECK-NEXT: %a) #[inline(never)]