close #21
Mostly replaced Fixnum with integer also in the rx-file dependency all travis and testing with 2.4+
This commit is contained in:
@ -34,7 +34,7 @@ module Risc
|
||||
ret = main_ticks(19)
|
||||
assert_equal FunctionReturn , ret.class
|
||||
link = @interpreter.get_register( ret.register )
|
||||
assert_equal Fixnum , link.class
|
||||
assert_equal ::Integer , link.class
|
||||
end
|
||||
def test_transfer
|
||||
transfer = main_ticks(20)
|
||||
|
Reference in New Issue
Block a user