fix set_internal_word register

This commit is contained in:
2020-03-12 21:39:01 +02:00
parent 5c13ea1433
commit 504fc3509e
3 changed files with 15 additions and 18 deletions

View File

@ -2,7 +2,7 @@ require_relative "helper"
module SlotMachine
module Builtin
class TestWordGetRisc < BootTest
class TestGetInternalByte < BootTest
def setup
super
@method = get_compiler("Word",:get_byte)