fix the boot

was broken for unknown reason really
This commit is contained in:
Torsten Ruger
2015-07-18 11:53:04 +03:00
parent f5136b6b68
commit 46de0f278e
3 changed files with 6 additions and 14 deletions

View File

@ -11,12 +11,11 @@ end
module VirtualHelper
# need a code generator, for arm
def setup
# @object_space = Boot::Space.new "Arm"
@machine = Virtual.machine.boot
end
def check
machine = Virtual::Machine.boot
expressions = machine.compile_main @string_input
expressions = @machine.compile_main @string_input
if( expressions.first.is_a? Parfait::Method )
# stops the whole objectspace beeing tested
# with the class comes superclass and all methods