fix test ripples and minor parfait naming

Parfait ruby and boot names desynced, fixed that
This commit is contained in:
Torsten Ruger
2018-06-29 21:03:06 +03:00
parent ae35fed0ab
commit 7377522417
9 changed files with 12 additions and 12 deletions

View File

@ -52,7 +52,7 @@ module Risc
end
def test_pc1
@interpreter.tick
assert_equal 20344 , @interpreter.pc
assert_equal 20728 , @interpreter.pc
end
def test_tick2
@interpreter.tick
@ -66,7 +66,7 @@ module Risc
def test_pc2
@interpreter.tick
@interpreter.tick
assert_equal 20348 , @interpreter.pc
assert_equal 20732 , @interpreter.pc
end
def test_tick_14_jump
14.times {@interpreter.tick}