Skip to content

Commit b94c764

Browse files
cjgillotRalfJung
andauthored
Update src/tools/miri/tests/pass/const-addrs.rs
Co-authored-by: Ralf Jung <post@ralfj.de>
1 parent 82ebe56 commit b94c764

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tools/miri/tests/pass/const-addrs.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
// In practice, the interpreter always returns the same address, but we *do not guarantee* that.
55
//@compile-flags: -Zinline-mir=no
66

7-
const EVALS: usize = 256;
7+
const EVALS: usize = 64;
88

99
use std::collections::HashSet;
1010
fn main() {

0 commit comments

Comments
 (0)