Skip to content

Commit 9d15d66

Browse files
Fix tests/ui/sanitizer/address.rs line
1 parent a8051a6 commit 9d15d66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/ui/sanitizer/address.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
//
77
//@ run-fail-or-crash
88
//@ error-pattern: AddressSanitizer: stack-buffer-overflow
9-
//@ error-pattern: 'xs' (line 14) <== Memory access at offset
9+
//@ error-pattern: 'xs' (line 15) <== Memory access at offset
1010
//@ ignore-backends: gcc
1111

1212
use std::hint::black_box;

0 commit comments

Comments
 (0)