using label int in interpreter

This commit is contained in:
Torsten Ruger
2018-05-30 11:49:29 +03:00
parent 0dc89c772a
commit 01a2911483
5 changed files with 6 additions and 6 deletions

View File

@ -32,7 +32,7 @@ module Risc
ret = main_ticks(12)
assert_equal FunctionReturn , ret.class
link = @interpreter.get_register( ret.register )
assert_equal Label , link.class
assert_equal Parfait::Integer , link.class
end
def test_transfer
transfer = main_ticks(13)