Skip to content

Commit 8c91324

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/pass/address-reuse.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//! Check that we do sometimes reuse addresses.
22
use std::collections::HashSet;
3-
//@only-miri: global allocators behave differently
3+
//@only-miri: reuse is rare on the real allocator
44

55
fn main() {
66
let count = 100;

0 commit comments

Comments
 (0)