fix method seperation
Since Compiled method split into Method and CompiledMethodInfo (parfait/vm) lots of call syntax changes
This commit is contained in:
@ -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()
|
||||
|
Reference in New Issue
Block a user