fix all tests from removing the receiver load
This commit is contained in:
@ -7,8 +7,8 @@ module Risc
|
||||
def setup
|
||||
super
|
||||
@input = "r = 5.mod4"
|
||||
@expect = [Label, LoadConstant, SlotToReg, RegToSlot, Label, Label ,
|
||||
SlotToReg, SlotToReg, RegToSlot]
|
||||
@expect = [Label, LoadConstant, SlotToReg, RegToSlot, Label, SlotToReg ,
|
||||
SlotToReg, RegToSlot]
|
||||
end
|
||||
def test_local_assign_instructions
|
||||
assert_nil msg = check_nil , msg
|
||||
|
Reference in New Issue
Block a user