Some vool starting to work again

disabling some rubyx compiler tests
This commit is contained in:
Torsten Rüger
2019-08-07 12:06:06 +03:00
parent 5d1d485565
commit 1237e079f7
14 changed files with 78 additions and 69 deletions

View File

@ -36,7 +36,7 @@ module Parfait
callable_method = create_callable_method(self_type)
compiler = Mom::MethodCompiler.new( callable_method )
head = @source.to_mom( compiler )
compiler.add_mom(head)
compiler.add_code(head)
compiler
end
end