Remove temporary breakpoint instructions from vm test
This commit is contained in:
parent
541140687f
commit
63ed021695
1 changed files with 0 additions and 3 deletions
|
|
@ -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{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue