Fixes for all test of next commit

This commit is contained in:
2020-02-17 14:27:42 +07:00
parent 21817b182e
commit 93103d551f
16 changed files with 109 additions and 62 deletions

View File

@@ -19,10 +19,10 @@ module Sol
assert_equal :message , @ins.left.known_object
end
def test_slot_gets_self
assert_equal :receiver , @ins.left.slots[0]
assert_equal :receiver , @ins.left.slots.name
end
def test_slot_assigns_to_local
assert_equal :a , @ins.left.slots[-1]
assert_equal :a , @ins.left.slots.next_slot.name
end
def test_slot_assigns_something
assert @ins.right