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

@ -7,7 +7,7 @@ But it is difficult to write tests when you don't know what the functionality is
Also TDD does not really help as it assumes you know what you're doing.
I used minitest as the framework, just because it is lighter and thus when the
time comes to move to salama, less work.
time comes to move to rubyx, less work.
### All

View File

@ -15,7 +15,7 @@ module Rubyx
str
HERE
@length = 37
@stdout = "Hello Raisa, I am salama"
@stdout = "Hello Raisa, I am rubyx"
check
end
end

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