inlined indexed into list
which was the only one using it. A whole lot simpler, considering it will have to be bootstrapped someday
This commit is contained in:
@ -7,7 +7,6 @@ class TestList < MiniTest::Test
|
||||
end
|
||||
def test_isa
|
||||
assert @list.is_a? Parfait::List
|
||||
assert @list.is_a? Parfait::Indexed
|
||||
end
|
||||
def test_old_type
|
||||
assert_equal Parfait::Type , Parfait.object_space.classes.keys.get_type.class
|
||||
|
Reference in New Issue
Block a user