aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoriximeow <me@iximeow.net>2021-12-28 21:58:10 -0800
committeriximeow <me@iximeow.net>2021-12-28 21:58:10 -0800
commitc2cdb0544b4e531f0e55604fda183340b10e2b22 (patch)
treec7bf7bf6c0843e16a6f7de0b295872f36d393967
parent0c4f37a8874826f6d68a42e308aa37d90d8cc3df (diff)
re-enable exhaustive panic tests
-rw-r--r--test/test.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/test.rs b/test/test.rs
index d22876d..fb74520 100644
--- a/test/test.rs
+++ b/test/test.rs
@@ -11,7 +11,6 @@ mod armv8;
use yaxpeax_arch::{Arch, Decoder, Reader, U8Reader};
use std::fmt;
-#[ignore]
#[test]
fn test_armv7_does_not_panic() {
let armv7 = <yaxpeax_arm::armv7::ARMv7 as Arch>::Decoder::default();
@@ -24,7 +23,6 @@ fn test_armv7_does_not_panic() {
}
}
}
-#[ignore]
#[test]
fn test_armv7_thumb_does_not_panic() {
let mut armv7_t = <yaxpeax_arm::armv7::ARMv7 as Arch>::Decoder::default();