fix most of slot_load to_risc

higher orders not working yet
This commit is contained in:
Torsten Ruger
2018-03-17 21:32:09 +05:30
parent cddc25a595
commit 9c052c78a7
3 changed files with 31 additions and 17 deletions

View File

@ -14,8 +14,9 @@ module Vool
end
def test_type_update
load = @ins.next(2)
assert_equal :receiver , load.right.known_object , load
assert_equal :type , load.right.slots[0] , load
assert_equal :message , load.right.known_object , load
assert_equal :receiver , load.right.slots[0] , load
assert_equal :type , load.right.slots[1] , load
end
def test_check_resolve_call
assert_equal SimpleCall , @ins.next(6).class , @ins