mirror of
https://github.com/sampletext32/ParkanPlayground.git
synced 2026-08-15 15:07:48 +04: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