Fix tests/ui/sanitizer/address.rs line

This commit is contained in:
Guillaume Gomez 2025-10-13 21:23:38 +02:00
parent a8051a6ca3
commit 9d15d6615b

View file

@ -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;