rename the XX_slot classes to SlottedXX
move to slotted and slots (wip)
This commit is contained in:
@ -14,7 +14,7 @@ module Sol
|
||||
assert_equal :div4, @ins.next(2).method.name
|
||||
end
|
||||
def test_receiver_move
|
||||
assert_equal ConstantSlot, @ins.next.receiver.class
|
||||
assert_equal SlottedConstant, @ins.next.receiver.class
|
||||
end
|
||||
|
||||
end
|
||||
|
Reference in New Issue
Block a user