enable another unwinding test in Miri
This commit is contained in:
@@ -165,7 +165,6 @@ fn test_drop() {
|
||||
}
|
||||
|
||||
#[test]
|
||||
#[cfg(not(miri))] // Miri does not support unwinding
|
||||
fn test_drop_panics() {
|
||||
use std::cell::Cell;
|
||||
use std::panic::catch_unwind;
|
||||
|
||||
Reference in New Issue
Block a user