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,12 +7,12 @@ class TestHello < MiniTest::Test
@string_input = <<HERE
class Space
int main()
"Hello Raisa, I am salama".putstring()
"Hello Raisa, I am rubyx".putstring()
end
end
HERE
@length = 37
@stdout = "Hello Raisa, I am salama"
@stdout = "Hello Raisa, I am rubyx"
check
end
end