SA for slot_to_reg

This commit is contained in:
2020-02-29 17:18:27 +02:00
parent 77003eed06
commit d22da1ab97
3 changed files with 23 additions and 5 deletions

View File

@ -29,9 +29,6 @@ module Risc
def test_const
assert_equal Array , @compiler.constants.class
end
def test_use_reg
@compiler.use_reg(:Type)
end
end
class TestFakeCallableCompiler < MiniTest::Test
def setup