From c2cdb0544b4e531f0e55604fda183340b10e2b22 Mon Sep 17 00:00:00 2001 From: iximeow Date: Tue, 28 Dec 2021 21:58:10 -0800 Subject: re-enable exhaustive panic tests --- test/test.rs | 2 -- 1 file changed, 2 deletions(-) (limited to 'test') 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 = ::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 = ::Decoder::default(); -- cgit v1.1