fix slot_moves for sending, receiver and args

This commit is contained in:
Torsten Ruger
2017-09-10 13:14:51 +03:00
parent 43d660d2d2
commit c245acbdd3
5 changed files with 16 additions and 14 deletions

View File

@ -24,7 +24,7 @@ module Mom
assert_equal 9 , @stats.length
end
def test_array
check_array [SlotMove,TruthCheck,Label,SimpleCall,SlotMove,Label,SimpleCall,SlotMove,Label] , @stats
check_array [SlotMove,TruthCheck,Label,SimpleCall,SlotConstant,Label,SimpleCall,SlotConstant,Label] , @stats
end
end
end