minor fixes

This commit is contained in:
Torsten Ruger
2015-11-08 23:58:54 +02:00
parent f746218765
commit b2de1c6d79
5 changed files with 9 additions and 8 deletions

View File

@ -5,7 +5,7 @@ class TestPutiRT < MiniTest::Test
def test_puti
@string_input = <<HERE
Word five = 5.to_s()
Word five = 4.to_s()
five.putstring()
HERE
@stdout = "5"