fixes yet another order dependant bug in the test (not the code)

This commit is contained in:
Torsten Ruger 2015-11-09 10:04:37 +02:00
parent b2de1c6d79
commit 9075f1af37

View File

@ -62,6 +62,7 @@ module Register
end end
def boot def boot
initialize
boot_parfait! boot_parfait!
@init = Branch.new( "__initial_branch__" , self.space.get_init.instructions ) @init = Branch.new( "__initial_branch__" , self.space.get_init.instructions )
@booted = true @booted = true