fix while tests now that while is fixed
This commit is contained in:
parent
32275f4d48
commit
8310bc4985
@ -15,8 +15,8 @@ class Object
|
|||||||
end
|
end
|
||||||
end
|
end
|
||||||
HERE
|
HERE
|
||||||
@expect = [Label, Label,LoadConstant,IsPlus,LoadConstant,SetSlot,Branch,
|
@expect = [Label, Branch, Label, LoadConstant, SetSlot, Label, LoadConstant ,
|
||||||
Label,Label,RegisterTransfer,GetSlot,FunctionReturn]
|
IsPlus, Label, RegisterTransfer, GetSlot, FunctionReturn]
|
||||||
check
|
check
|
||||||
end
|
end
|
||||||
|
|
||||||
@ -32,9 +32,10 @@ class Object
|
|||||||
end
|
end
|
||||||
end
|
end
|
||||||
HERE
|
HERE
|
||||||
@expect = [Label, LoadConstant,GetSlot,SetSlot,Label,GetSlot,GetSlot, IsPlus,GetSlot,
|
@expect = [Label, LoadConstant, GetSlot, SetSlot, Branch, Label, GetSlot ,
|
||||||
GetSlot,LoadConstant,OperatorInstruction,GetSlot,SetSlot,Branch,
|
GetSlot, LoadConstant, OperatorInstruction, GetSlot, SetSlot, Label, GetSlot ,
|
||||||
Label,GetSlot,GetSlot,SetSlot,Label,RegisterTransfer,GetSlot,FunctionReturn]
|
GetSlot, IsPlus, GetSlot, GetSlot, SetSlot, Label, RegisterTransfer ,
|
||||||
|
GetSlot, FunctionReturn]
|
||||||
check
|
check
|
||||||
end
|
end
|
||||||
|
|
||||||
@ -51,11 +52,10 @@ class Object
|
|||||||
end
|
end
|
||||||
end
|
end
|
||||||
HERE
|
HERE
|
||||||
@expect = [Label, LoadConstant,GetSlot,SetSlot,Label,
|
@expect = [Label, LoadConstant, GetSlot, SetSlot, Branch, Label, GetSlot ,
|
||||||
GetSlot,GetSlot,LoadConstant,OperatorInstruction,IsPlus,
|
GetSlot, LoadConstant, OperatorInstruction, GetSlot, SetSlot, GetSlot, GetSlot ,
|
||||||
GetSlot, GetSlot,LoadConstant,OperatorInstruction, GetSlot,
|
SetSlot, Label, GetSlot, GetSlot, LoadConstant, OperatorInstruction, IsPlus ,
|
||||||
SetSlot,GetSlot, GetSlot,SetSlot,Branch , Label ,
|
Label, RegisterTransfer, GetSlot, FunctionReturn]
|
||||||
Label , RegisterTransfer,GetSlot,FunctionReturn]
|
|
||||||
check
|
check
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
Loading…
x
Reference in New Issue
Block a user