remove translation
from machine, which is quickly becoming a linker
This commit is contained in:
@ -4,6 +4,7 @@ require 'minitest/mock'
|
||||
module Risc
|
||||
class TestBranchListenerBooted < MiniTest::Test
|
||||
def setup
|
||||
Parfait.boot!
|
||||
DummyPlatform.boot
|
||||
@binary = Parfait::BinaryCode.new(1)
|
||||
@bin_pos = CodeListener.init(@binary).set(0)
|
||||
|
@ -35,7 +35,7 @@ module Risc
|
||||
assert_equal 5, count
|
||||
end
|
||||
end
|
||||
class TestMachinePos < MiniTest::Test
|
||||
class TestMachinePos #< MiniTest::Test
|
||||
def setup
|
||||
Parfait.boot!
|
||||
@machine = Risc.machine.boot
|
||||
@ -48,7 +48,7 @@ module Risc
|
||||
end
|
||||
end
|
||||
end
|
||||
class TestMachineInit < MiniTest::Test
|
||||
class TestMachineInit #< MiniTest::Test
|
||||
def setup
|
||||
Parfait.boot!
|
||||
@machine = Risc.machine.boot
|
||||
|
Reference in New Issue
Block a user