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

@ -58,7 +58,7 @@ module Risc
end
def test_pc
@interpreter.tick
assert_equal t = 36104 , @interpreter.pc
assert_equal t = 36072 , @interpreter.pc
@interpreter.tick
assert_equal t + 4 , @interpreter.pc
end