Skip to content

Commit a44298f

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/pass/const-addrs.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
// MIR inlining will put every evaluation of the const we're repeatedly evaluating into the same
88
// stack frame, breaking this test.
99
//@compile-flags: -Zinline-mir=no
10+
//@only-miri: expecting that pointer addresses have specific behavior
1011
#![feature(strict_provenance)]
11-
//@only-miri: expecting that pointer addresses have specific behaviour
1212

1313
const EVALS: usize = 256;
1414

0 commit comments

Comments
 (0)