enable another unwinding test in Miri

This commit is contained in:
Ralf Jung
2019-12-07 12:13:31 +01:00
parent 4f0faaf027
commit b7fd8d6a22
2 changed files with 1 additions and 2 deletions
-1
View File
@@ -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;