bunch of side effects fixed
makes one think if those are valid asserts
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user