ivar tests work

bit of slot find replace
This commit is contained in:
Torsten Ruger
2018-03-15 20:55:23 +05:30
parent 4a79d20a40
commit ff6d84a09b
10 changed files with 19 additions and 19 deletions

View File

@ -27,7 +27,7 @@ module Vool
assert_nil @first.hoisted , @stats
end
def test_array
check_array [Label,SlotMove,TruthCheck,Label] , @stats
check_array [Label,SlotLoad,TruthCheck,Label] , @stats
end
end
end