From 9d15d6615b88b79c4e119663e1fee37e916967b9 Mon Sep 17 00:00:00 2001 From: Guillaume Gomez Date: Mon, 13 Oct 2025 21:23:38 +0200 Subject: [PATCH] Fix `tests/ui/sanitizer/address.rs` line --- tests/ui/sanitizer/address.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/ui/sanitizer/address.rs b/tests/ui/sanitizer/address.rs index badaa4db5c31..b4e7d8f254ca 100644 --- a/tests/ui/sanitizer/address.rs +++ b/tests/ui/sanitizer/address.rs @@ -6,7 +6,7 @@ // //@ run-fail-or-crash //@ error-pattern: AddressSanitizer: stack-buffer-overflow -//@ error-pattern: 'xs' (line 14) <== Memory access at offset +//@ error-pattern: 'xs' (line 15) <== Memory access at offset //@ ignore-backends: gcc use std::hint::black_box;