fix method seperation

Since Compiled method split into Method and
CompiledMethodInfo (parfait/vm) lots of call
syntax changes
This commit is contained in:
Torsten Ruger
2015-05-24 13:31:33 +03:00
parent 1d9ef6d5c8
commit 1a499a1de9
11 changed files with 71 additions and 85 deletions

View File

@ -22,7 +22,7 @@ HERE
check
end
def ttest_puts_string
def test_puts_string
@string_input = <<HERE
def foo()
puts("Hello")
@ -32,7 +32,7 @@ HERE
check
end
def test_string_put
def ttest_string_put
@string_input = <<HERE
def foo()
"Hello".puts()