Skip to content

Commit cbc1bd9

Browse files
oli-obkRalfJung
andauthored
Update tests/pass/adjacent-allocs.rs
Co-authored-by: Ralf Jung <post@ralfj.de>
1 parent 8c91324 commit cbc1bd9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/pass/adjacent-allocs.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//@compile-flags: -Zmiri-permissive-provenance
2-
//@only-miri: CI found nonadjacent stack variables
2+
//@only-miri: stack variables might never be adjacent in real executions
33

44
fn ensure_allocs_can_be_adjacent() {
55
for _ in 0..512 {

0 commit comments

Comments
 (0)