Skip to content

Commit c9575a6

Browse files
Fix missing const import
1 parent f314416 commit c9575a6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/instruction/iand.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,8 @@ impl Instruction for IAnd {
7171

7272
#[cfg(test)]
7373
mod tests {
74+
use crate::instruction::TWELVE_SET;
75+
7476
use super::*;
7577

7678
const BITMASK_5: u16 = 1 << 5;

0 commit comments

Comments
 (0)