Miri now supports entropy, but is still slow
This commit is contained in:
parent
07133ac70c
commit
9b21324db2
3 changed files with 18 additions and 9 deletions
|
@ -282,7 +282,7 @@ fn assert_covariance() {
|
|||
//
|
||||
// Destructors must be called exactly once per element.
|
||||
#[test]
|
||||
#[cfg(not(miri))] // Miri does not support panics nor entropy
|
||||
#[cfg(not(miri))] // Miri does not support catching panics
|
||||
fn panic_safe() {
|
||||
static DROP_COUNTER: AtomicUsize = AtomicUsize::new(0);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue