diff options
author | iximeow <me@iximeow.net> | 2025-04-07 23:12:25 -0700 |
---|---|---|
committer | iximeow <me@iximeow.net> | 2025-04-07 23:12:25 -0700 |
commit | f902e9a1df4f7b03c029491e72aca72977d23f5b (patch) | |
tree | e0cb37aeda49f9bc9890d769cf31f81fd7c58868 /tests/from_brain.rs | |
parent | b0609b1b20851cf33eb03a8f9491502121c4f127 (diff) |
wowowowow cargo test passes
Diffstat (limited to 'tests/from_brain.rs')
-rw-r--r-- | tests/from_brain.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/from_brain.rs b/tests/from_brain.rs index 047db47..14be5ff 100644 --- a/tests/from_brain.rs +++ b/tests/from_brain.rs @@ -346,7 +346,7 @@ fn inst_0111() { test_display(&0b0111_0000000_00011_11_1_0_1101_000_00100u32.to_le_bytes(), "{ if (!P1.new) R4 = aslh(R3) }"); test_display(&0b0111_0000011_00001_11_0_0_0000_000_00100u32.to_le_bytes(), "{ R4 = R1 }"); - test_invalid(&0b0111_0000011_00001_11_0_0_0000_000_00100u32.to_le_bytes(), DecodeError::InvalidOpcode); + test_invalid(&0b0111_0000011_00001_11_1_0_0000_000_00100u32.to_le_bytes(), DecodeError::InvalidOpcode); test_display(&0b0111_0001011_00010_11_0_0_0000_001_00000u32.to_le_bytes(), "{ R2.L = #0x4020 }"); test_display(&0b0111_0001101_00010_11_0_0_0000_001_00000u32.to_le_bytes(), "{ R2.L = #0x8020 }"); |