mirror of
https://github.com/sampletext32/ParkanPlayground.git
synced 2025-06-20 08:18:36 +03:00
fixes
This commit is contained in:
@ -24,7 +24,7 @@ public class Int3InstructionTests
|
||||
|
||||
// Assert
|
||||
Assert.NotNull(instruction);
|
||||
Assert.Equal(InstructionType.Int, instruction.Type);
|
||||
Assert.Equal(InstructionType.Int3, instruction.Type);
|
||||
|
||||
// Check that we have no operands
|
||||
Assert.Empty(instruction.StructuredOperands);
|
||||
|
Reference in New Issue
Block a user