Rename SlotDefinition to Slot
And the derived XXDefinitions to XXSlot Just to be more consistent And possibly free the Definition for the Language side
This commit is contained in:
@ -24,7 +24,7 @@ module Sol
|
||||
Label, ReturnSequence , Label] , @ins
|
||||
end
|
||||
def test_receiver_move
|
||||
assert_equal ConstantDefinition, @ins.next.receiver.class
|
||||
assert_equal ConstantSlot, @ins.next.receiver.class
|
||||
end
|
||||
|
||||
end
|
||||
|
Reference in New Issue
Block a user