summary refs log tree commit diff
path: root/src/tools/miri
blob: 2d6d73fafe2f087354f7cea37297cd81316cae98 (plain)
1
2
3
4
5
6
7
8
9
10
11
tree f3297202fd62ca8834edda4c8404114ecf63c7c1
parent 066fa629f2db7c248e50b03e5aa38c2c9f07031a
parent d5b15297acc5f585b308700d27c0f1420154a14e
author bors <bors@rust-lang.org> 1597738875 +0000
committer bors <bors@rust-lang.org> 1597738875 +0000

Auto merge of #1517 - RalfJung:align-test, r=RalfJung

forgot to add alignment test loop in one test

As expected, checking the physical integer address made alignment tests fragile, and I forgot to add the retry loop for this one.