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

@ -21,7 +21,7 @@ module Vool
assert_equal Mom::SlotDefinition , @first.condition.condition.class , @stats
end
def test_hoisetd
assert_equal Mom::SlotMove , @first.hoisted.class
assert_equal Mom::SlotLoad , @first.hoisted.class
end
end
end