ion out last changes from grammar update

surprisingly painless, considering it was more or less a rewrite
This commit is contained in:
Torsten Ruger
2015-10-09 18:06:00 +03:00
parent 4c17ed2e6e
commit 024e6cb389
8 changed files with 17 additions and 18 deletions

View File

@ -49,9 +49,9 @@ HERE
def test_int_function
@string_input = <<HERE
class Integer < Object
int times(int x)
self * x
end
int times(int x)
return x
end
end
HERE
@output = [[Virtual::MethodEnter] , [Virtual::MethodReturn]]