remove booted flag

just boot if needed
This commit is contained in:
Torsten Ruger
2018-06-29 11:36:14 +03:00
parent f1b09ac58d
commit 606c7bf906
5 changed files with 26 additions and 33 deletions

View File

@ -7,9 +7,6 @@ module Parfait
[:Word,:List,:Message,:NamedList,:Type,:Object,:Class,:Dictionary,:TypedMethod , :Integer]
end
def test_booted
assert_equal true , @machine.booted
end
def test_space_length
assert_equal 8 , @space.get_type.instance_length , @space.get_type.inspect
end