Fixed more disabled tests

This commit is contained in:
2019-08-13 11:14:36 +03:00
parent aaf169ad8d
commit 8036b23593
10 changed files with 59 additions and 56 deletions

View File

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