fixed last test

back in the green
This commit is contained in:
Torsten Ruger
2015-10-16 17:13:08 +03:00
parent a6712fc4f9
commit bd2bf612ac
8 changed files with 60 additions and 40 deletions

View File

@ -35,6 +35,11 @@ HERE
def test_call_local_int
@string_input = <<HERE
class Integer
int putstring()
return 1
end
end
class Object
int main()
int testi = 20