start to test block_statement

This commit is contained in:
Torsten Ruger
2018-07-04 23:21:11 +03:00
parent 2485f7e9eb
commit 16d91f24ce
3 changed files with 23 additions and 2 deletions

View File

@ -7,7 +7,7 @@ module Vool
def setup
Parfait.boot!
@ret = compile_mom( "class Test ; def main(); return 1; end; end;")
@ret = compile_mom( as_test_main("return 1"))
end
def test_return_class