From 0eb1d9d89c78c6a5b0f49951b233a8ad63b62f5b Mon Sep 17 00:00:00 2001 From: iximeow Date: Fri, 11 Sep 2026 16:59:31 +0000 Subject: that case is not unpredictable anymore! --- tests/armv7/thumb.rs | 5 ----- 1 file changed, 5 deletions(-) diff --git a/tests/armv7/thumb.rs b/tests/armv7/thumb.rs index 4d33f47..9412579 100644 --- a/tests/armv7/thumb.rs +++ b/tests/armv7/thumb.rs @@ -91,11 +91,6 @@ fn test_nonconforming(data: &[u8], expected: &'static str) { } #[test] -fn test_unpredictable_instructions() { - test_invalid(&[0x80, 0xfa, 0x40, 0x00]); -} - -#[test] fn test_decode_add_cases() { test_display( &[0x01, 0x44], -- cgit v1.1