1
Fork 0

disable tests in Miri

This commit is contained in:
Ralf Jung 2019-02-07 18:23:44 +01:00
parent d30b99f9c2
commit 81613ad7cf
20 changed files with 81 additions and 0 deletions

View file

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