fix binary code offset when calling
in other words, remember the arm pipeline being 8
This commit is contained in:
@ -12,7 +12,7 @@ class HelloTest < MiniTest::Test
|
||||
end
|
||||
|
||||
def test_string_put
|
||||
@input = "'Hello'.putstring"
|
||||
@input = "return 'Hello'.putstring"
|
||||
check
|
||||
end
|
||||
end
|
||||
|
Reference in New Issue
Block a user