Make builtin tests more stand alone
not relying on the whole boot process easier to test basic when broken (like now)
This commit is contained in:
@ -5,7 +5,7 @@ module Mom
|
||||
class TestObjectInitRisc < BootTest
|
||||
def setup
|
||||
super
|
||||
@method = get_compiler(:__init__)
|
||||
@method = get_object_compiler(:__init__)
|
||||
end
|
||||
def test_compile
|
||||
assert_equal Risc::MethodCompiler , @method.to_risc.class
|
||||
|
Reference in New Issue
Block a user