another +1 bug

This commit is contained in:
Torsten Ruger
2018-05-15 16:25:55 +03:00
parent e237bc625a
commit ab4bc370ed
6 changed files with 20 additions and 6 deletions

View File

@ -5,7 +5,7 @@ module Risc
include Ticker
def setup
@string_input = as_main("return 'Hello'.get_internal_byte(1)")
@string_input = as_main("return 'Hello'.get_internal_byte(0)")
super
end
def test_chain

View File

@ -5,7 +5,7 @@ module Risc
include Ticker
def setup
@string_input = as_main("return 'Hello'.set_internal_byte(1,75)")
@string_input = as_main("return 'Hello'.set_internal_byte(0,75)")
super
end