small fixes to make tests pass again
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user