remove traces of salama

This commit is contained in:
Torsten Ruger
2017-08-29 18:38:51 +03:00
parent e40346b246
commit 670ebd06cc
11 changed files with 15 additions and 15 deletions

View File

@ -35,7 +35,7 @@ module Risc
end
def test_call_string_put
@input = s(:call, :putstring,s(:arguments),s(:receiver,s(:string, "Hello Raisa, I am salama")))
@input = s(:call, :putstring,s(:arguments),s(:receiver,s(:string, "Hello Raisa, I am rubyx")))
check
end