test return. remove some dead code

This commit is contained in:
Torsten Ruger
2015-07-19 13:03:21 +03:00
parent db17a9b696
commit 48d090f19c
3 changed files with 11 additions and 65 deletions

View File

@ -15,6 +15,15 @@ HERE
check
end
def test_return
@string_input = <<HERE
return 5
HERE
@expect = [Virtual::Return ]
check
end
def ttest_if_function
@string_input = <<HERE
def itest(n)