1
Fork 0

enabled too many tests

This commit is contained in:
Ralf Jung 2019-03-10 17:52:45 +01:00
parent 4888b1fb99
commit 52d9fa827d
2 changed files with 3 additions and 1 deletions

View file

@ -282,7 +282,7 @@ fn assert_covariance() {
//
// Destructors must be called exactly once per element.
#[test]
#[cfg(not(miri))] // Miri does not support entropy
#[cfg(not(miri))] // Miri does not support panics nor entropy
fn panic_safe() {
static DROP_COUNTER: AtomicUsize = AtomicUsize::new(0);