small fixes to make tests pass again

This commit is contained in:
Torsten Ruger
2015-10-07 10:04:55 +03:00
parent cc89e49a43
commit af6366f2d1
3 changed files with 9 additions and 7 deletions

View File

@ -44,6 +44,9 @@ HERE
def test_puts_string
@string_input = <<HERE
class Object
int puts(ref str)
return str
end
int main()
puts("Hello")
end