bunch of side effects fixed

makes one think if those are valid asserts
This commit is contained in:
2020-03-22 15:56:57 +02:00
parent ddd1f4e296
commit 37feba1239
5 changed files with 6 additions and 6 deletions

View File

@ -35,7 +35,7 @@ module Risc
ret = main_ticks(46)
assert_equal FunctionReturn , ret.class
assert_equal :r0 , ret.register.symbol
assert_equal 36540 , @interpreter.get_register(ret.register).value
assert_equal 36508 , @interpreter.get_register(ret.register).value
end
end
end