Remove temporary breakpoint instructions from vm test

This commit is contained in:
Neemek 2024-10-08 15:38:28 +02:00
parent 541140687f
commit 63ed021695
Signed by: neemek
GPG key ID: 28360A8951CD0E9B

View file

@ -435,9 +435,7 @@ func GetExecutionTestData() map[string]struct {
InstructionConstant, 0, InstructionConstant, 0,
InstructionConstant, 1, InstructionConstant, 1,
InstructionConstant, 2, InstructionConstant, 2,
InstructionBreakpoint,
InstructionCall, InstructionCall,
InstructionBreakpoint,
}, },
[]Value{ []Value{
NumberValue(1), NumberValue(1),
@ -450,7 +448,6 @@ func GetExecutionTestData() map[string]struct {
InstructionGetLocal, 0, InstructionGetLocal, 0,
InstructionGetLocal, 1, InstructionGetLocal, 1,
InstructionAdd, InstructionAdd,
InstructionBreakpoint,
InstructionReturn, InstructionReturn,
}, },
[]Value{ []Value{