hoist parfait boot out of the machine boot
This commit is contained in:
@ -4,7 +4,8 @@ module Risc
|
||||
module Statements
|
||||
|
||||
def setup
|
||||
Risc.machine.boot # force boot to reset main
|
||||
Parfait.boot!
|
||||
Risc::Builtin.boot_functions
|
||||
end
|
||||
|
||||
def preamble
|
||||
|
@ -4,6 +4,7 @@ module Mom
|
||||
class TestSlotLoad2 < MiniTest::Test
|
||||
|
||||
def setup
|
||||
Parfait.boot!
|
||||
Risc.machine.boot
|
||||
@load = SlotLoad.new( [:message, :caller] , [:message, :caller , :type] )
|
||||
@compiler = CompilerMock.new
|
||||
|
Reference in New Issue
Block a user