disable tests in Miri
This commit is contained in:
parent
d30b99f9c2
commit
81613ad7cf
20 changed files with 81 additions and 0 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue