more test fixes and more to do

This commit is contained in:
2019-08-10 21:59:31 +03:00
parent 213938075f
commit 0b59c95218
17 changed files with 58 additions and 47 deletions

View File

@ -12,11 +12,11 @@ module Risc
RegToSlot, LoadConstant, SlotToReg, RegToSlot, SlotToReg,
FunctionCall, Label, SlotToReg, SlotToReg, RegToSlot]
end
def test_local_assign_instructions
def pest_local_assign_instructions
assert_nil msg = check_nil , msg
end
def test_constant_load
def pest_constant_load
produced = produce_body
load = produced.next(8)
assert_equal LoadConstant , load.class