vool working after message change

This commit is contained in:
2019-08-22 21:24:02 +03:00
parent 0a1b05b2ee
commit 0c49612e5e
10 changed files with 45 additions and 16 deletions

View File

@ -65,11 +65,8 @@ module Vool
def test_slot_starts_at_message
assert_equal :message , @ins.left.known_object
end
def test_slot_gets_self
assert_equal :arguments , @ins.left.slots[0]
end
def test_slot_assigns_to_local
assert_equal :arg , @ins.left.slots[-1]
def test_slot_gets_arg
assert_equal :arg1 , @ins.left.slots[0]
end
end