remove duplicate tests

This commit is contained in:
Torsten Ruger
2018-03-15 20:51:46 +05:30
parent ad4690d719
commit 4a79d20a40
14 changed files with 185 additions and 380 deletions

View File

@ -26,5 +26,8 @@ module Vool
def test_nothing_hoisted
assert_nil @first.hoisted , @stats
end
def test_array
check_array [Label,SlotMove,TruthCheck,Label] , @stats
end
end
end