fix stray misc in slot

This commit is contained in:
2020-03-15 17:58:56 +02:00
parent 9f609bdb06
commit 3b50fee158
5 changed files with 18 additions and 16 deletions

View File

@ -75,7 +75,7 @@ module Risc
end
def test_tick_26_exit
# 26.times { @interpreter.tick ;puts @interpreter.instruction.class}
ticks(26)
ticks(27)
assert_equal Syscall , @interpreter.instruction.class
assert_equal :exit , @interpreter.instruction.name
end